mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-01 20:30:07 +01:00
basic methods and initial integration for #6463
This commit is contained in:
@@ -30,7 +30,9 @@ module.exports = function (Posts) {
|
||||
},
|
||||
function (_posts, next) {
|
||||
posts = _posts.filter(Boolean);
|
||||
|
||||
user.blocks.filter(uid, posts, next);
|
||||
},
|
||||
function (_posts, next) {
|
||||
var uids = [];
|
||||
var topicKeys = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user