From 30a1fb061f5a0e49b44a2faee52eda3848ca1fa1 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 502ecf58..9949db14 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 =