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