From 078aefa2f2d1e1b761cc2a806dd1b87453de7c41 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 12 Mar 2021 06:55:53 +0000 Subject: [PATCH] chore: Change 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 9949db14..e22f6958 100644 --- a/lib/app_config.dart +++ b/lib/app_config.dart @@ -36,7 +36,7 @@ abstract class AppConfig { 'Push notifications for FluffyChat'; static const String pushNotificationsAppId = 'chat.fluffy.fluffychat'; static const String pushNotificationsGatewayUrl = - 'https://janian.de/_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 =