From ed2fbf7c575ef67392536c79aa439feef56e54d9 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 14 Jan 2021 16:36:51 +0000 Subject: [PATCH] fix: Push gateway url --- lib/app_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_config.dart b/lib/app_config.dart index 39fa61da..8a83a17b 100644 --- a/lib/app_config.dart +++ b/lib/app_config.dart @@ -28,7 +28,7 @@ abstract class AppConfig { static const String pushNotificationsChannelDescription = 'Push notifications for 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 void loadFromJson(Map json) {