mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
closes #2911
This commit is contained in:
@@ -126,7 +126,7 @@ var async = require('async'),
|
||||
|
||||
if (options.expand) {
|
||||
async.waterfall([
|
||||
async.apply(async.map, uids, user.getUserData),
|
||||
async.apply(user.getUsers, uids, options.uid || 0),
|
||||
function(users, next) {
|
||||
// Filter out non-matches
|
||||
users = users.filter(Boolean);
|
||||
|
||||
Reference in New Issue
Block a user