feat: Add notification shortcuts to android

This commit is contained in:
krille-chan 2024-02-15 12:02:32 +01:00
commit dee9323d47
No known key found for this signature in database
6 changed files with 96 additions and 29 deletions

View file

@ -56,9 +56,6 @@ abstract class AppConfig {
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';
static const String pushNotificationsChannelDescription =
'Push notifications for FluffyChat';
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
static const String pushNotificationsGatewayUrl =
'https://push.fluffychat.im/_matrix/push/v1/notify';