mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
Merge remote-tracking branch 'origin' into thread_options
This commit is contained in:
@@ -128,7 +128,7 @@ var RDB = require('./redis.js'),
|
||||
|
||||
var timestamp = new Date().getTime();
|
||||
|
||||
socket.in('topic_' + tid).emit('event:new_post', {
|
||||
io.sockets.in('topic_' + tid).emit('event:new_post', {
|
||||
'posts' : [
|
||||
{
|
||||
'pid' : pid,
|
||||
|
||||
Reference in New Issue
Block a user