v1.18.x
Baris Usakli 7 years ago
parent bcef32c5af
commit e7bd0cea74

@ -60,7 +60,7 @@ module.exports = function (Topics) {
function (_postData, next) {
_postData = _postData.filter(function (post) {
return post && parseInt(post.pid, 10);
})
});
user.blocks.filter(uid, _postData, next);
},
function (_postData, next) {

Loading…
Cancel
Save