mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	closes #6469
This commit is contained in:
		| @@ -59,7 +59,7 @@ function postReply(socket, data, callback) { | |||||||
|  |  | ||||||
| 			next(null, postData); | 			next(null, postData); | ||||||
|  |  | ||||||
| 			websockets.in('uid_' + socket.uid).emit('event:new_post', result); | 			socket.emit('event:new_post', result); | ||||||
|  |  | ||||||
| 			user.updateOnlineUsers(socket.uid); | 			user.updateOnlineUsers(socket.uid); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user