mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-27 02:40:39 +01:00
fix call
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user