mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
closes #6548
This commit is contained in:
@@ -57,9 +57,6 @@ module.exports = function (Posts) {
|
||||
postData.handle = data.handle;
|
||||
}
|
||||
|
||||
plugins.fireHook('filter:post.save', postData, next);
|
||||
},
|
||||
function (postData, next) {
|
||||
plugins.fireHook('filter:post.create', { post: postData, data: data }, next);
|
||||
},
|
||||
function (data, next) {
|
||||
|
||||
Reference in New Issue
Block a user