fix(app): suppress details for channel delete audit logs (#48)

This commit is contained in:
hampus-fluxer 2026-01-06 04:10:45 +01:00 committed by GitHub
parent ec8601b9d6
commit 00fcf59120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,6 +139,7 @@ const suppressedDetailActions = new Set<AuditLogActionType>([
AuditLogActionType.MESSAGE_BULK_DELETE,
AuditLogActionType.MESSAGE_PIN,
AuditLogActionType.MESSAGE_UNPIN,
AuditLogActionType.CHANNEL_DELETE,
]);
const NotRenderedChangeKeys: Partial<Record<AuditLogTargetType, Record<string, true>>> = {