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;