bump
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-04-20 17:09:04 -05:00
parent 82f8a12e27
commit b83360db35
48 changed files with 6079 additions and 49 deletions

View File

@@ -26,6 +26,10 @@ export const AUDIT_ACTIONS = {
SERVER_SETTINGS_UPDATE: "server.settings_update",
BAN_ADD: "ban.add",
BAN_REMOVE: "ban.remove",
MESSAGES_PURGE_ALL: "messages.purge_all",
MESSAGES_IMPORT_BULK: "messages.import_bulk",
GHOST_MERGE: "user.ghost_merge",
KEYS_GRANT: "keys.grant",
} as const;
/**