recent chat list with rooms

This commit is contained in:
barisusakli
2015-12-15 17:50:30 +02:00
parent e2e547db45
commit 58d05f7c79
6 changed files with 175 additions and 147 deletions

View File

@@ -43,4 +43,5 @@ module.exports = function(Messaging) {
Messaging.getUidsInRoom = function(roomId, start, stop, callback) {
db.getSortedSetRange('chat:room:' + roomId + ':uids', start, stop, callback);
};
};