mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
chore: Change push gateway url
This commit is contained in:
parent
a838d90df3
commit
078aefa2f2
@ -36,7 +36,7 @@ abstract class AppConfig {
|
||||
'Push notifications for FluffyChat';
|
||||
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
|
||||
static const String pushNotificationsGatewayUrl =
|
||||
'https://janian.de/_matrix/push/v1/notify';
|
||||
'https://push.fluffychat.im/_matrix/push/v1/notify';
|
||||
static const String pushNotificationsPusherFormat = 'event_id_only';
|
||||
static const String emojiFontName = 'Noto Emoji';
|
||||
static const String emojiFontUrl =
|
||||
|
Loading…
Reference in New Issue
Block a user