mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
basic methods and initial integration for #6463
This commit is contained in:
@@ -57,6 +57,7 @@ module.exports = function (Topics) {
|
||||
function (next) {
|
||||
posts.getPostsFields(teaserPids, ['pid', 'uid', 'timestamp', 'tid', 'content'], next);
|
||||
},
|
||||
async.apply(user.blocks.filter, uid),
|
||||
function (_postData, next) {
|
||||
postData = _postData;
|
||||
var uids = _.uniq(postData.map(function (post) {
|
||||
|
||||
Reference in New Issue
Block a user