From b9d23cc7e385e6683ad84a2b4a86ad6df42ec865 Mon Sep 17 00:00:00 2001 From: Kelrap <99418823+Kelrap@users.noreply.github.com> Date: Thu, 15 May 2025 13:34:47 -0400 Subject: [PATCH] Hide redacted events by default (#2814) * Hide redacted events by default * chore: formatting --------- Co-authored-by: ggurdin --- lib/config/app_config.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 0fbd529c2..33a97c5cc 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -121,7 +121,10 @@ abstract class AppConfig { 'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143'; // Pangea# static bool renderHtml = true; - static bool hideRedactedEvents = false; + // #Pangea + // static bool hideRedactedEvents = false; + static bool hideRedactedEvents = true; + // Pangea# static bool hideUnknownEvents = true; static bool hideUnimportantStateEvents = true; static bool separateChatTypes = false;