mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
fix: #7844, add uid to events, log plugin install/uninstall events
This commit is contained in:
@@ -14,6 +14,8 @@ const events = module.exports;
|
||||
events.types = [
|
||||
'plugin-activate',
|
||||
'plugin-deactivate',
|
||||
'plugin-install',
|
||||
'plugin-uninstall',
|
||||
'restart',
|
||||
'build',
|
||||
'config-change',
|
||||
|
||||
Reference in New Issue
Block a user