mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 16:27:30 +02:00
closes #1445
This commit is contained in:
@@ -238,7 +238,7 @@ function sendTypingNotification(event, socket, data, callback) {
|
||||
}
|
||||
|
||||
SocketModules.chats.list = function(socket, data, callback) {
|
||||
Messaging.getRecentChats(socket.uid, callback);
|
||||
Messaging.getRecentChats(socket.uid, 0, 9, callback);
|
||||
};
|
||||
|
||||
/* Notifications */
|
||||
|
||||
Reference in New Issue
Block a user