From 9112f84dc1b60de17c073bc72a0e5e130f6c39fb Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Wed, 17 Feb 2021 08:52:41 +0000 Subject: [PATCH] chore: Switch to experimental new hedwig --- 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 502ecf58d..9949db14c 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:7024/_matrix/push/v1/notify'; + 'https://janian.de/_matrix/push/v1/notify'; static const String pushNotificationsPusherFormat = 'event_id_only'; static const String emojiFontName = 'Noto Emoji'; static const String emojiFontUrl =