2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-03 00:07:24 +02:00

chore: Switch to experimental new hedwig

This commit is contained in:
Krille Fear 2021-02-17 08:52:41 +00:00
parent 875d652b32
commit 30a1fb061f

@ -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 =