change: Use tchncs.de as default homeserver

This commit is contained in:
Christian Pauly 2021-05-13 12:40:29 +02:00
parent 19616f3457
commit c9a3b42302
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ abstract class AppConfig {
static String get applicationName => _applicationName;
static String _applicationWelcomeMessage;
static String get applicationWelcomeMessage => _applicationWelcomeMessage;
static String _defaultHomeserver = 'matrix.org';
static String _defaultHomeserver = 'tchncs.de';
static String get defaultHomeserver => _defaultHomeserver;
static String jitsiInstance = 'https://meet.jit.si/';
static double fontSizeFactor = 1.0;