mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	actually fixes #985
This commit is contained in:
		@@ -176,6 +176,7 @@ var async = require('async'),
 | 
			
		||||
			},
 | 
			
		||||
			function(postData, next) {
 | 
			
		||||
				postData.favourited = false;
 | 
			
		||||
				postData.votes = 0;
 | 
			
		||||
				postData.display_moderator_tools = true;
 | 
			
		||||
				postData.display_move_tools = privileges.admin || privileges.moderator;
 | 
			
		||||
				postData.relativeTime = utils.toISOString(postData.timestamp);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user