This commit is contained in:
Baris Usakli
2013-09-18 16:01:54 -04:00
parent 28704a6164
commit 24e4be77d8
21 changed files with 89 additions and 89 deletions

View File

@@ -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');