mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
fixes reply/quote buttons on new posts
This commit is contained in:
@@ -33,9 +33,7 @@ SocketPosts.reply = function(socket, data, callback) {
|
||||
|
||||
if (postData) {
|
||||
var privileges = {
|
||||
meta : {
|
||||
'topics:reply': true
|
||||
}
|
||||
'topics:reply': true
|
||||
};
|
||||
|
||||
websockets.server.sockets.emit('event:new_post', {
|
||||
|
||||
Reference in New Issue
Block a user