From 35cfd0fedf2d3833419402dda10720760fbe6e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 Mar 2023 09:49:39 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 5d1bddf..d61641b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -11,10 +11,14 @@ "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api", "showLabsSettings": false, - "roomDirectory": {"servers": ["matrix.org"]}, + "roomDirectory": { + "servers": ["matrix.org"] + }, "enable_presence_by_hs_url": { "https://matrix.org": false, "https://matrix-client.matrix.org": false }, - "embedded_pages": {"login_for_welcome": __LOGIN_FOR_WELCOME__} + "embedded_pages": { + "login_for_welcome": __LOGIN_FOR_WELCOME__ + } }