mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: fire filter:register.complete for users approved via registration queue
This commit is contained in:
		| @@ -108,6 +108,9 @@ module.exports = function (User) { | ||||
| 			function (next) { | ||||
| 				markNotificationRead(username, next); | ||||
| 			}, | ||||
| 			function (next) { | ||||
| 				plugins.fireHook('filter:register.complete', { uid: uid }, next); | ||||
| 			}, | ||||
| 			function (next) { | ||||
| 				var title = meta.config.title || meta.config.browserTitle || 'NodeBB'; | ||||
| 				var data = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user