mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
closes #1803
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = function(Categories) {
|
||||
return callback(err, []);
|
||||
}
|
||||
|
||||
posts.getPostSummaryByPids(pids, true, callback);
|
||||
posts.getPostSummaryByPids(pids, {stripTags: true}, callback);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user