Hide redacted events by default (#2814)

* Hide redacted events by default

* chore: formatting

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
This commit is contained in:
Kelrap 2025-05-15 13:34:47 -04:00 committed by GitHub
parent 8bac7b8c51
commit b9d23cc7e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;