|
|
@ -32,6 +32,9 @@ abstract class AppConfig {
|
|
|
|
static const String pushNotificationsGatewayUrl =
|
|
|
|
static const String pushNotificationsGatewayUrl =
|
|
|
|
'https://janian.de:7023/_matrix/push/v1/notify';
|
|
|
|
'https://janian.de:7023/_matrix/push/v1/notify';
|
|
|
|
static const String pushNotificationsPusherFormat = 'event_id_only';
|
|
|
|
static const String pushNotificationsPusherFormat = 'event_id_only';
|
|
|
|
|
|
|
|
static const String emojiFontName = 'Noto Emoji';
|
|
|
|
|
|
|
|
static const String emojiFontUrl =
|
|
|
|
|
|
|
|
'https://github.com/googlefonts/noto-emoji/';
|
|
|
|
|
|
|
|
|
|
|
|
static void loadFromJson(Map<String, dynamic> json) {
|
|
|
|
static void loadFromJson(Map<String, dynamic> json) {
|
|
|
|
if (json['application_name'] is String) {
|
|
|
|
if (json['application_name'] is String) {
|
|
|
|