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:
parent
8bac7b8c51
commit
b9d23cc7e3
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue