mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 20:11:26 +01:00
use component
This commit is contained in:
@@ -321,7 +321,7 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
|
||||
chatContentEl.find('.chat-message').remove();
|
||||
chatContentEl.find('[component="chat/message"]').remove();
|
||||
|
||||
Chats.appendChatMessage(chatContentEl, messages);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user