Skip to content

Commit

Permalink
krille-chan#142 fixed privacy link
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp.monz committed Nov 15, 2023
1 parent d9c7dfb commit 7588344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ abstract class AppConfig {
_defaultHomeserver = json['default_homeserver'];
}
if (json['privacy_url'] is String) {
_webBaseUrl = json['privacy_url'];
_privacyUrl = json['privacy_url'];
}
if (json['web_base_url'] is String) {
_privacyUrl = json['web_base_url'];
_webBaseUrl = json['web_base_url'];
}
if (json['render_html'] is bool) {
renderHtml = json['render_html'];
Expand Down

0 comments on commit 7588344

Please sign in to comment.