mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
up spam-be-gone
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"nodebb-plugin-markdown": "8.0.3",
|
||||
"nodebb-plugin-mentions": "2.1.5",
|
||||
"nodebb-plugin-soundpack-default": "1.0.0",
|
||||
"nodebb-plugin-spam-be-gone": "0.5.0",
|
||||
"nodebb-plugin-spam-be-gone": "0.5.1",
|
||||
"nodebb-rewards-essentials": "0.0.9",
|
||||
"nodebb-theme-lavender": "4.0.5",
|
||||
"nodebb-theme-persona": "5.0.21",
|
||||
|
||||
@@ -121,13 +121,7 @@ module.exports = function (Plugins) {
|
||||
}
|
||||
|
||||
hookObj.method(params, next);
|
||||
}, function (err, values) {
|
||||
if (err) {
|
||||
winston.error('[plugins] ' + hook + ', ' + err.message);
|
||||
}
|
||||
|
||||
callback(err, values);
|
||||
});
|
||||
}, callback);
|
||||
}
|
||||
|
||||
function fireActionHook(hook, hookList, params, callback) {
|
||||
|
||||
Reference in New Issue
Block a user