mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
chore: Change push gateway port
This commit is contained in:
parent
8357164846
commit
8f36140491
@ -34,7 +34,7 @@ abstract class AppConfig {
|
||||
'Push notifications for FluffyChat';
|
||||
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
|
||||
static const String pushNotificationsGatewayUrl =
|
||||
'https://janian.de:7023/_matrix/push/v1/notify';
|
||||
'https://janian.de:7024/_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