mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	closes #4766
This commit is contained in:
		@@ -226,5 +226,8 @@ User.rejectRegistration = function(socket, data, callback) {
 | 
			
		||||
	user.rejectRegistration(data.username, callback);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
User.restartJobs = function(socket, data, callback) {
 | 
			
		||||
	user.startJobs(callback);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
module.exports = User;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user