mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
fix crash in notifs
This commit is contained in:
@@ -91,7 +91,7 @@ module.exports = function(Messaging) {
|
||||
userData: function(next) {
|
||||
user.getUsersFields(uids, ['uid', 'username', 'userslug'], next);
|
||||
},
|
||||
settings: function(next) {
|
||||
userSettings: function(next) {
|
||||
user.getMultipleUserSettings(uids, next);
|
||||
}
|
||||
}, function(err, results) {
|
||||
|
||||
Reference in New Issue
Block a user