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>> = {