mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
closes #4299
This commit is contained in:
@@ -376,7 +376,7 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
|
||||
Chats.onChatEdit();
|
||||
|
||||
socket.on('event:chats.roomRename', function(data) {
|
||||
$('[component="chat/room/name"]').val(data.newName);
|
||||
$('[component="chat/room/name"]').val($('<div/>').html(data.newName).text());
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user