basic methods and initial integration for #6463

This commit is contained in:
Julian Lam
2018-04-19 16:24:36 -04:00
parent 877b45ab00
commit bfee23adee
8 changed files with 106 additions and 3 deletions

View File

@@ -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 = [];