From 79639f3a5b9548541d4fac7a67acdc822eb779ec Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 Jan 2022 14:21:03 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 95ae4d5..32553dc 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -8,7 +8,7 @@ name = "Element configuration" [main.config.default_home_server] ask = "Choose a home server" - type = "url" + type = "domain" default = "https://matrix-client.matrix.org" pattern.regexp = '^https://' bind = "base_url:__FINALPATH__/config.json"