Hey guys,
We use the 0.9.x branch I have this warning on startup:
[plugins/nodebb-plugin-ns-awards] Hook filter:user.delete is deprecated, please use an alternative
When the plugin is active and I delete a user, the boards crash on a callback error.
I've investigated this plugin and the only mention of this hook is:
{
"hook": "filter:user.delete",
"method": "hooks.filters.userDelete"
}
I've looked at the wiki containing all the hooks. But I'm not really sure what "alternative" to replace these values with. Do I use static?
Regards,
Whip