refactor: matrix to link prefix
This commit is contained in:
parent
fb2e3c16d3
commit
a05eabc950
4 changed files with 12 additions and 12 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue