temporary solution for #2206

This commit is contained in:
psychobunny
2014-10-02 13:38:42 -04:00
parent 7b8656ef8b
commit a67c501eb8

View File

@@ -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: {