fix: Format

This commit is contained in:
Christian Pauly 2021-01-14 18:00:16 +01:00
parent ed2fbf7c57
commit 84b2ac931a
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ abstract class AppConfig {
static const String pushNotificationsChannelDescription =
'Push notifications for FluffyChat';
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
static const String pushNotificationsGatewayUrl = 'https://janian.de:7023/_matrix/push/v1/notify';
static const String pushNotificationsGatewayUrl =
'https://janian.de:7023/_matrix/push/v1/notify';
static const String pushNotificationsPusherFormat = 'event_id_only';
static void loadFromJson(Map<String, dynamic> json) {