mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
fixed flag post, added highlight to scroll post
This commit is contained in:
@@ -266,7 +266,6 @@ SocketPosts.flag = function(socket, pid, callback) {
|
||||
groups.getByGroupName('administrators', {}, next);
|
||||
},
|
||||
function(adminGroup, next) {
|
||||
|
||||
notifications.create({
|
||||
text: message,
|
||||
path: path,
|
||||
|
||||
Reference in New Issue
Block a user