mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
closes #2052
This commit is contained in:
@@ -166,7 +166,7 @@ SocketModules.chats.get = function(socket, data, callback) {
|
||||
return callback(new Error('[[error:invalid-data]]'));
|
||||
}
|
||||
|
||||
Messaging.getMessages(socket.uid, data.touid, false, callback);
|
||||
Messaging.getMessages(socket.uid, data.touid, data.since, false, callback);
|
||||
};
|
||||
|
||||
SocketModules.chats.send = function(socket, data, callback) {
|
||||
|
||||
Reference in New Issue
Block a user