This commit is contained in:
barisusakli
2016-03-21 17:49:44 +02:00
parent 041531a2e3
commit f665a1e353
8 changed files with 65 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ module.exports = function(SocketPosts) {
plugins.fireHook('filter:post.tools', {pid: data.pid, uid: socket.uid, tools: []}, next);
},
postSharing: function(next) {
social.getPostSharing(next);
social.getActivePostSharing(next);
}
}, function(err, results) {
if (err) {