mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fixes reply/quote buttons on new posts
This commit is contained in:
		| @@ -33,9 +33,7 @@ SocketPosts.reply = function(socket, data, callback) { | |||||||
|  |  | ||||||
| 		if (postData) { | 		if (postData) { | ||||||
| 			var privileges = { | 			var privileges = { | ||||||
| 				meta : { | 				'topics:reply': true | ||||||
| 					'topics:reply': true |  | ||||||
| 				} |  | ||||||
| 			}; | 			}; | ||||||
|  |  | ||||||
| 			websockets.server.sockets.emit('event:new_post', { | 			websockets.server.sockets.emit('event:new_post', { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user