Merge remote-tracking branch 'origin' into thread_options

This commit is contained in:
Julian Lam
2013-05-07 13:32:40 -04:00

View File

@@ -127,8 +127,8 @@ var RDB = require('./redis.js'),
user.getUserFields(uid, ['username','reputation','picture'], function(data){
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,