mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	closes #304
This commit is contained in:
		| @@ -248,7 +248,7 @@ var RDB = require('./redis.js'), | ||||
| 						}; | ||||
| 						io.sockets. in ('topic_' + tid).emit('event:new_post', socketData); | ||||
| 						io.sockets. in ('recent_posts').emit('event:new_post', socketData); | ||||
| 						io.sockets. in ('users/' + uid).emit('event:new_post', socketData); | ||||
| 						io.sockets. in ('user/' + uid).emit('event:new_post', socketData); | ||||
| 					}); | ||||
|  | ||||
| 					callback(null, 'Reply successful'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user