fix typo in delete

v1.18.x
Barış Soner Uşaklı 8 years ago
parent da856ba665
commit 1875764aca

@ -14,7 +14,7 @@ module.exports = function (Messaging) {
return next(); return next();
} }
var keys = uids.map(function (uid) { var keys = uids.map(function (uid) {
return 'uid:' + uid + ':chat:room:' + roomId + 'mids'; return 'uid:' + uid + ':chat:room:' + roomId + ':mids';
}); });
db.sortedSetsRemove(keys, roomId, next); db.sortedSetsRemove(keys, roomId, next);
}, },

Loading…
Cancel
Save