From e0314c7106388b28887cc07c424825de6679a7a5 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Thu, 14 Feb 2019 22:54:08 +0000
Subject: [PATCH] Extra riot settings

---
 src/freedombone-app-riot | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/freedombone-app-riot b/src/freedombone-app-riot
index 98840faea..c49d20565 100755
--- a/src/freedombone-app-riot
+++ b/src/freedombone-app-riot
@@ -289,9 +289,12 @@ function install_riot {
         { echo '{';
           echo "    \"default_hs_url\": \"https://${MATRIX_DOMAIN_NAME}\",";
           echo "    \"default_is_url\": \"https://${MATRIX_DOMAIN_NAME}\",";
+          echo "    \"disable_custom_urls\": false,";
+          echo "    \"disable_guests\": true,";
           echo '    "brand": "Riot",';
           echo '    "integrations_ui_url": "",';
           echo '    "integrations_rest_url": "",';
+          echo '    "integrations_jitsi_widget_url": "",';
           echo "    \"bug_report_endpoint_url\": \"https://${MATRIX_DOMAIN_NAME}/bugs\",";
           echo '    "enableLabs": false,';
           echo '    "roomDirectory": {';
-- 
GitLab