mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #2303
see https://community.nodebb.org/topic/3039/filter-post-parse-and-filter-post-parsesignature-changes
This commit is contained in:
@@ -68,7 +68,7 @@ module.exports = function(Topics) {
|
||||
}
|
||||
}
|
||||
|
||||
posts.getUserInfoForPosts(uids, function(err, users) {
|
||||
posts.getUserInfoForPosts(uids, uid, function(err, users) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user