mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
fixes #3950
This commit is contained in:
@@ -197,7 +197,12 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
|
||||
|
||||
Chats.loadChatSince(uid, $('.chat-content'), 'recent');
|
||||
Chats.addSendHandlers(uid, components.get('chat/input'), $('[data-action="send"]'));
|
||||
contactEl.addClass('bg-primary').siblings().removeClass('bg-primary');
|
||||
|
||||
contactEl
|
||||
.removeClass('unread')
|
||||
.addClass('bg-primary')
|
||||
.siblings().removeClass('bg-primary');
|
||||
|
||||
components.get('chat/title').text(username);
|
||||
components.get('chat/messages').attr('data-uid', uid).attr('data-username', username);
|
||||
components.get('breadcrumb/current').text(username);
|
||||
|
||||
Reference in New Issue
Block a user