mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
adding in another deprecated hook to the warning list
This commit is contained in:
@@ -5,7 +5,8 @@ var winston = require('winston'),
|
|||||||
|
|
||||||
module.exports = function(Plugins) {
|
module.exports = function(Plugins) {
|
||||||
Plugins.deprecatedHooks = [
|
Plugins.deprecatedHooks = [
|
||||||
'filter:user.delete'
|
'filter:user.delete',
|
||||||
|
'filter:user.custom_fields'
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user