Skip to content

Commit

Permalink
TW-217: Update new link support page
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Dec 16, 2024
1 parent 4dd46da commit f6fafe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ abstract class AppConfig {
static String get webBaseUrl => _webBaseUrl;
static const String sourceCodeUrl =
'https://github.com/linagora/twake-on-matrix';
static const String supportUrl =
'https://github.com/linagora/twake-on-matrix/issues';
static const String supportUrl = 'https://twake.app/support';
static bool renderHtml = true;
static bool hideRedactedEvents = false;
static bool hideUnknownEvents = true;
Expand Down

0 comments on commit f6fafe1

Please sign in to comment.