chore: Update redirect android scheme

This commit is contained in:
Christian Kußowski 2026-03-07 08:21:50 +01:00
commit e0c20f249b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 5 additions and 4 deletions

View file

@ -31,7 +31,7 @@ abstract class AppConfig {
static const String howDoIGetStickersTutorial =
'https://fluffy.chat/faq/#how_do_i_get_stickers';
static const String appId = 'im.fluffychat.FluffyChat';
static const String appOpenUrlScheme = 'chat.fluffy';
static const String appOpenUrlScheme = 'im.fluffychat';
static const String sourceCodeUrl =
'https://github.com/krille-chan/fluffychat';