This commit is contained in:
barisusakli
2017-03-14 23:29:26 +03:00
parent 5a2ff8ed0a
commit cb92ebb3be

View File

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