mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01: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