From 8f36140491e9f2735b20cf3a41f5283f9ad35b62 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 31 Jan 2021 18:52:23 +0100 Subject: [PATCH] chore: Change push gateway port --- 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 47d2711b..ee7806af 100644 --- a/lib/app_config.dart +++ b/lib/app_config.dart @@ -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 =