mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
up themes, fix notif test
This commit is contained in:
@@ -140,7 +140,7 @@ UserNotifications.getNotifications = function (nids, uid, callback) {
|
||||
function (next) {
|
||||
async.parallel({
|
||||
notifications: function (next) {
|
||||
notifications.getMultiple(nids, uid, next);
|
||||
notifications.getMultiple(nids, next);
|
||||
},
|
||||
hasRead: function (next) {
|
||||
db.isSortedSetMembers('uid:' + uid + ':notifications:read', nids, next);
|
||||
|
||||
Reference in New Issue
Block a user