From efe11a63a35df8ab4e6190efb6f7c6fba0381295 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 18 Sep 2014 17:40:15 -0400 Subject: [PATCH] woops, wrong property name --- src/socket.io/posts.js | 2 +- src/socket.io/topics.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/socket.io/posts.js b/src/socket.io/posts.js index aaee8a1500..3fa11dfa40 100644 --- a/src/socket.io/posts.js +++ b/src/socket.io/posts.js @@ -53,7 +53,7 @@ SocketPosts.reply = function(socket, data, callback) { } plugins.fireHook('filter:sockets.sendNewPostToUids', {uidsTo: uids, uidFrom: data.uid, type: "newPost"}, function(err, data) { - uids = data.uids; + uids = data.uidsTo; for(var i=0; i