mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
feat: add missing event type
This commit is contained in:
@@ -75,6 +75,7 @@ events.types = [
|
|||||||
'export:uploads',
|
'export:uploads',
|
||||||
'account-locked',
|
'account-locked',
|
||||||
'getUsersCSV',
|
'getUsersCSV',
|
||||||
|
'getGroupCSV',
|
||||||
'chat-room-deleted',
|
'chat-room-deleted',
|
||||||
// To add new types from plugins, just Array.push() to this array
|
// To add new types from plugins, just Array.push() to this array
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user