mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
closes #6209
This commit is contained in:
@@ -324,7 +324,7 @@ define('forum/chats', [
|
|||||||
ajaxify.data = payload;
|
ajaxify.data = payload;
|
||||||
Chats.setActive();
|
Chats.setActive();
|
||||||
Chats.addEventListeners();
|
Chats.addEventListeners();
|
||||||
|
messages.scrollToBottom($('.expanded-chat ul'));
|
||||||
if (history.pushState) {
|
if (history.pushState) {
|
||||||
history.pushState({
|
history.pushState({
|
||||||
url: 'user/' + payload.userslug + '/chats/' + payload.roomId,
|
url: 'user/' + payload.userslug + '/chats/' + payload.roomId,
|
||||||
|
|||||||
Reference in New Issue
Block a user