From 34a4f4a58c62de7db3ce9a65ed8fe37d640228a1 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 15 Sep 2023 08:52:05 +0200 Subject: [PATCH] chore: Reset push gateway url --- lib/config/app_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index fc8bf4211..f078fdf08 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -62,7 +62,7 @@ abstract class AppConfig { 'Push notifications for FluffyChat'; static const String pushNotificationsAppId = 'chat.fluffy.fluffychat'; static const String pushNotificationsGatewayUrl = - 'https://push-qa.fluffychat.im/_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 =