feat: Implement hideAllStateEvents
This commit is contained in:
parent
5c7131ff93
commit
7265c2a053
2 changed files with 6 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue