mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +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