diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-08-31 23:10:39 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-08-31 23:10:39 +0200 |
commit | 4032a673693191cb46f107b71d1a8ca63e0d5715 (patch) | |
tree | 190aa3bfb26af09842f7fcad6fa3317ca144eb1b | |
parent | 0a80e494f880455bfde13afe31a39b06a62ff949 (diff) | |
download | file-4032a673693191cb46f107b71d1a8ca63e0d5715.tar.xz |
riot: change defaultCountryCode and enable labs settings
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | theos/files/riot.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theos/files/riot.config.json b/theos/files/riot.config.json index f6dd2df..4a46fd3 100644 --- a/theos/files/riot.config.json +++ b/theos/files/riot.config.json @@ -17,8 +17,8 @@ "integrations_rest_url": "https://scalar.vector.im/api", "integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", - "defaultCountryCode": "GB", - "showLabsSettings": false, + "defaultCountryCode": "SE", + "showLabsSettings": true, "features": { "feature_pinning": "labs", "feature_custom_status": "labs", |