fix: Push error message

This commit is contained in:
Christian Pauly 2022-11-04 13:49:23 +01:00
commit d473a9e663
4 changed files with 28 additions and 25 deletions

View file

@ -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';