mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	group titles
This commit is contained in:
		| @@ -212,6 +212,9 @@ var async = require('async'), | ||||
| 				}, | ||||
| 				customProfileInfo: function(next) { | ||||
| 					plugins.fireHook('filter:posts.custom_profile_info', {profile: [], uid: post.uid, pid: post.pid}, next); | ||||
| 				}, | ||||
| 				groups: function(next) { | ||||
| 					groups.getUserGroups(post.uid, next); | ||||
| 				} | ||||
| 			}, function(err, results) { | ||||
| 				if (err) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user