mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-28 18:29:50 +01:00
basic methods and initial integration for #6463
This commit is contained in:
@@ -63,6 +63,7 @@ Posts.getPostsByPids = function (pids, uid, callback) {
|
||||
Posts.parsePost(post, next);
|
||||
}, next);
|
||||
},
|
||||
async.apply(user.blocks.filter, uid),
|
||||
function (posts, next) {
|
||||
plugins.fireHook('filter:post.getPosts', { posts: posts, uid: uid }, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user