refactor: matrix to link prefix

This commit is contained in:
Christian Pauly 2020-11-22 21:51:30 +01:00
commit a05eabc950
4 changed files with 12 additions and 12 deletions

View file

@ -18,6 +18,7 @@ abstract class AppConfig {
static bool renderHtml = false;
static bool hideRedactedEvents = false;
static bool hideUnknownEvents = false;
static String matrixToLinkPrefix = 'https://matrix.to/#/';
static void loadFromJson(Map<String, dynamic> json) {
if (json['application_name'] is String) {