mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	use getPostsFromSet for recent replies
This commit is contained in:
		| @@ -178,7 +178,7 @@ var	async = require('async'), | ||||
| 			if (err) { | ||||
| 				return callback(err); | ||||
| 			} | ||||
| 			plugins.fireHook('action:user.set', {field: field, value: value,  type: 'decrement'}); | ||||
| 			plugins.fireHook('action:user.set', {field: field, value: value, type: 'decrement'}); | ||||
|  | ||||
| 			callback(null, value); | ||||
| 		}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user