mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
temporary solution for #2206
This commit is contained in:
@@ -32,6 +32,11 @@ SocketPosts.reply = function(socket, data, callback) {
|
|||||||
return callback(err);
|
return callback(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (postData) {
|
||||||
|
postData.display_moderator_tools = false;
|
||||||
|
postData.display_move_tools = false;
|
||||||
|
}
|
||||||
|
|
||||||
var result = {
|
var result = {
|
||||||
posts: [postData],
|
posts: [postData],
|
||||||
privileges: {
|
privileges: {
|
||||||
|
|||||||
Reference in New Issue
Block a user