mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
change: Use tchncs.de as default homeserver
This commit is contained in:
parent
19616f3457
commit
c9a3b42302
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user