feat: add missing event type

This commit is contained in:
Barış Soner Uşaklı
2024-08-09 15:25:49 -04:00
parent 6e1c643607
commit 334c8c9d31

View File

@@ -75,6 +75,7 @@ events.types = [
'export:uploads',
'account-locked',
'getUsersCSV',
'getGroupCSV',
'chat-room-deleted',
// To add new types from plugins, just Array.push() to this array
];