v1.18.x
barisusakli 8 years ago
parent 5a2ff8ed0a
commit cb92ebb3be

@ -141,7 +141,7 @@ var privileges = require('../privileges');
notifications.getMultiple(nids, next); notifications.getMultiple(nids, next);
}, },
hasRead: function (next) { hasRead: function (next) {
db.isSortedSetMember('uid:' + uid + ':notifications:read', nids, next); db.isSortedSetMembers('uid:' + uid + ':notifications:read', nids, next);
}, },
}, next); }, next);
}, },

Loading…
Cancel
Save