mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #5610
This commit is contained in:
@@ -101,7 +101,7 @@ module.exports = function (Posts) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
plugins.fireHook('filter:post.get', postData, next);
|
||||
plugins.fireHook('filter:post.get', { post: postData, uid: data.uid }, next);
|
||||
});
|
||||
},
|
||||
function (postData, next) {
|
||||
|
||||
Reference in New Issue
Block a user