fix: Push error message
This commit is contained in:
parent
3610bf6638
commit
d473a9e663
4 changed files with 28 additions and 25 deletions
|
|
@ -23,7 +23,7 @@ abstract class AppConfig {
|
|||
'https://gitlab.com/famedly/fluffychat/-/blob/main/PRIVACY.md';
|
||||
static String get privacyUrl => _privacyUrl;
|
||||
static const String enablePushTutorial =
|
||||
'https://www.reddit.com/r/fluffychat/comments/qn6liu/enable_push_notifications_without_google_services/';
|
||||
'https://gitlab.com/famedly/fluffychat/-/wikis/Push-Notifications-without-Google-Services';
|
||||
static const String appId = 'im.fluffychat.FluffyChat';
|
||||
static const String appOpenUrlScheme = 'im.fluffychat';
|
||||
static String _webBaseUrl = 'https://fluffychat.im/web';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue