feat: Add config hideTypingUsernames

This commit is contained in:
Christian Pauly 2020-12-12 17:01:59 +01:00
commit 312dd8a6ae
3 changed files with 16 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 hideTypingUsernames = false;
static const bool hideAllStateEvents = false;
static const String inviteLinkPrefix = 'https://matrix.to/#/';
static const String pushNotificationsChannelId = 'fluffychat_push';