From 00fcf5912060a0f45b0f9512980c7c149c602ed2 Mon Sep 17 00:00:00 2001 From: hampus-fluxer Date: Tue, 6 Jan 2026 04:10:45 +0100 Subject: [PATCH] fix(app): suppress details for channel delete audit logs (#48) --- fluxer_app/src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/fluxer_app/src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts b/fluxer_app/src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts index 75d10f16..0f9b2d80 100644 --- a/fluxer_app/src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts +++ b/fluxer_app/src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts @@ -139,6 +139,7 @@ const suppressedDetailActions = new Set([ AuditLogActionType.MESSAGE_BULK_DELETE, AuditLogActionType.MESSAGE_PIN, AuditLogActionType.MESSAGE_UNPIN, + AuditLogActionType.CHANNEL_DELETE, ]); const NotRenderedChangeKeys: Partial>> = {