mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
closes #6174
This commit is contained in:
@@ -90,7 +90,7 @@ define('forum/chats', [
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
loading = true;
|
loading = true;
|
||||||
var start = parseInt($('.chat-content').children('[data-index]').first().attr('data-index'), 10) + 1;
|
var start = parseInt(el.children('[data-mid]').length, 10);
|
||||||
socket.emit('modules.chats.getMessages', {
|
socket.emit('modules.chats.getMessages', {
|
||||||
roomId: roomId,
|
roomId: roomId,
|
||||||
uid: uid,
|
uid: uid,
|
||||||
|
|||||||
Reference in New Issue
Block a user