feat: Open im.fluffychat uris
This commit is contained in:
parent
42d5c1a497
commit
f86c98b78e
2 changed files with 3 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ abstract class AppConfig {
|
|||
static const bool hideTypingUsernames = false;
|
||||
static const bool hideAllStateEvents = false;
|
||||
static const String inviteLinkPrefix = 'https://matrix.to/#/';
|
||||
static const String deepLinkPrefix = 'im.fluffychat://chat/';
|
||||
static const String schemePrefix = 'matrix:';
|
||||
static const String pushNotificationsChannelId = 'fluffychat_push';
|
||||
static const String pushNotificationsChannelName = 'FluffyChat push channel';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue