mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-02 05:56:53 +02:00
fix: Push gateway url
This commit is contained in:
parent
3d927e9494
commit
ed2fbf7c57
@ -28,7 +28,7 @@ abstract class AppConfig {
|
|||||||
static const String pushNotificationsChannelDescription =
|
static const String pushNotificationsChannelDescription =
|
||||||
'Push notifications for FluffyChat';
|
'Push notifications for FluffyChat';
|
||||||
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
|
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
|
||||||
static const String pushNotificationsGatewayUrl = 'https://janian.de:7023/';
|
static const String pushNotificationsGatewayUrl = 'https://janian.de:7023/_matrix/push/v1/notify';
|
||||||
static const String pushNotificationsPusherFormat = 'event_id_only';
|
static const String pushNotificationsPusherFormat = 'event_id_only';
|
||||||
|
|
||||||
static void loadFromJson(Map<String, dynamic> json) {
|
static void loadFromJson(Map<String, dynamic> json) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user