This commit is contained in:
Barış Soner Uşaklı
2018-06-03 14:37:23 -04:00
parent 2edd908aee
commit 25ebd306cc
2 changed files with 0 additions and 4 deletions

View File

@@ -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) {