mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	Merge branch 'master' into 0.7.0
Conflicts: src/user.js
This commit is contained in:
		| @@ -249,6 +249,7 @@ var	async = require('async'), | ||||
| 					user.banned = parseInt(user.banned, 10) === 1; | ||||
| 					user['email:confirmed'] = parseInt(user['email:confirmed'], 10) === 1; | ||||
| 				}); | ||||
|  | ||||
| 				plugins.fireHook('filter:userlist.get', {users: results.userData}, function(err, data) { | ||||
| 					if (err) { | ||||
| 						return callback(err); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user