mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
fix: post queue notifs
fix moderators not showing up immediately when adding them
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = function (Posts) {
|
||||
], next);
|
||||
},
|
||||
function (results, next) {
|
||||
next(null, _.union(results));
|
||||
next(null, _.uniq(_.flattenDeep(results)));
|
||||
},
|
||||
], callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user