feat: Implement hideAllStateEvents

This commit is contained in:
Christian Pauly 2020-12-12 09:27:17 +01:00
commit 7265c2a053
2 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,7 @@ abstract class AppConfig {
static bool renderHtml = false;
static bool hideRedactedEvents = false;
static bool hideUnknownEvents = false;
static const bool hideAllStateEvents = false;
static const String inviteLinkPrefix = 'https://matrix.to/#/';
static const String pushNotificationsChannelId = 'fluffychat_push';
static const String pushNotificationsChannelName = 'FluffyChat push channel';