fixes reply/quote buttons on new posts

v1.18.x
barisusakli 11 years ago
parent e003582289
commit ee1495a44d

@ -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', {

Loading…
Cancel
Save