mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closes #5706
This commit is contained in:
@@ -616,7 +616,7 @@ Flags.notify = function (flagObj, uid, callback) {
|
||||
async.waterfall([
|
||||
async.apply(posts.getCidByPid, flagObj.targetId),
|
||||
function (cid, next) {
|
||||
groups.getMembers('cid:' + cid + ':privileges:mods', 0, -1, next);
|
||||
groups.getMembers('cid:' + cid + ':privileges:moderate', 0, -1, next);
|
||||
},
|
||||
], next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user