mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
temporary solution for #2206
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user