mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 06:40:44 +01:00
fixed call to missing method, #6181
This commit is contained in:
@@ -249,7 +249,7 @@ define('chat', [
|
||||
}
|
||||
});
|
||||
|
||||
Chats.addEditDeleteHandler(chatModal.find('[component="chat/messages"]'), data.roomId);
|
||||
Chats.addActionHandlers(chatModal.find('[component="chat/messages"]'), data.roomId);
|
||||
|
||||
chatModal.find('[component="chat/controlsToggle"]').on('click', function () {
|
||||
var messagesEl = chatModal.find('[component="chat/messages"]');
|
||||
|
||||
Reference in New Issue
Block a user