missing now :(

This commit is contained in:
Barış Soner Uşaklı
2014-11-28 14:34:51 -05:00
parent 4d4f39a44f
commit b8845181f6

View File

@@ -87,6 +87,7 @@ SocketMeta.rooms.enter = function(socket, data, callback) {
};
SocketMeta.rooms.getAll = function(socket, data, callback) {
var now = Date.now();
db.sortedSetCount('users:online', now - 300000, now, function(err, onlineRegisteredCount) {
if (err) {
return callback(err);