feat: Add config hideTypingUsernames
This commit is contained in:
parent
7265c2a053
commit
312dd8a6ae
3 changed files with 16 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 hideTypingUsernames = false;
|
||||
static const bool hideAllStateEvents = false;
|
||||
static const String inviteLinkPrefix = 'https://matrix.to/#/';
|
||||
static const String pushNotificationsChannelId = 'fluffychat_push';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue