mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
closes #1250
This commit is contained in:
@@ -174,7 +174,7 @@ var bcrypt = require('bcryptjs'),
|
||||
db.getSortedSetRevRange(set, start, stop, next);
|
||||
},
|
||||
function(uids, next) {
|
||||
User.getUsersData(uids, next);
|
||||
User.getMultipleUserFields(uids, ['uid', 'username', 'userslug', 'picture', 'status', 'banned', 'postcount', 'reputation'], next);
|
||||
},
|
||||
function(users, next) {
|
||||
async.map(users, loadUserInfo, next);
|
||||
|
||||
Reference in New Issue
Block a user