fix: Format

onboarding
Christian Pauly 5 years ago
parent f40311b9b3
commit a9ef91b505

@ -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) {

Loading…
Cancel
Save