From a67c501eb8c3e712d8be5392a06a872a553de855 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 2 Oct 2014 13:38:42 -0400 Subject: [PATCH] temporary solution for #2206 --- src/socket.io/posts.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/socket.io/posts.js b/src/socket.io/posts.js index 5cf5fadd29..0e9ab70722 100644 --- a/src/socket.io/posts.js +++ b/src/socket.io/posts.js @@ -32,6 +32,11 @@ SocketPosts.reply = function(socket, data, callback) { return callback(err); } + if (postData) { + postData.display_moderator_tools = false; + postData.display_move_tools = false; + } + var result = { posts: [postData], privileges: {