From 29f8e05903113a94356e2953e1ded6b90c450d3b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 9 Apr 2021 17:40:14 +0200 Subject: [PATCH] chore: turn renderHtml and hideUnknownEvents on --- lib/config/app_config.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index e22f6958..61f80912 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -23,9 +23,9 @@ abstract class AppConfig { static const bool enableSentry = true; static const String sentryDns = 'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143'; - static bool renderHtml = false; + static bool renderHtml = true; static bool hideRedactedEvents = false; - static bool hideUnknownEvents = false; + static bool hideUnknownEvents = true; static const bool hideTypingUsernames = false; static const bool hideAllStateEvents = false; static const String inviteLinkPrefix = 'https://matrix.to/#/';