Skip to content

Commit

Permalink
Add default homeserver to Linagora homeserver
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Jun 21, 2023
1 parent 3b78e89 commit 47e1932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract class AppConfig {
static String get applicationName => _applicationName;
static String? _applicationWelcomeMessage;
static String? get applicationWelcomeMessage => _applicationWelcomeMessage;
static String _defaultHomeserver = 'matrix.tom-dev.xyz';
static String _defaultHomeserver = 'matrix.linagora.com';
static String get defaultHomeserver => _defaultHomeserver;
static double bubbleSizeFactor = 1;
static double fontSizeFactor = 1;
Expand Down

0 comments on commit 47e1932

Please sign in to comment.