docs: Mention emoji font

This commit is contained in:
Christian Pauly 2021-01-20 19:53:19 +01:00
commit 65baf17db8
3 changed files with 7 additions and 2 deletions

View file

@ -32,6 +32,9 @@ abstract class AppConfig {
static const String pushNotificationsGatewayUrl =
'https://janian.de:7023/_matrix/push/v1/notify';
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) {
if (json['application_name'] is String) {