mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
recent chat list with rooms
This commit is contained in:
@@ -43,4 +43,5 @@ module.exports = function(Messaging) {
|
||||
Messaging.getUidsInRoom = function(roomId, start, stop, callback) {
|
||||
db.getSortedSetRange('chat:room:' + roomId + ':uids', start, stop, callback);
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user