From ba86cd44153c32b754ce076067ba76514a376a6b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Jan 2022 12:39:49 +0100 Subject: [PATCH] Fix --- conf/config.json | 2 +- config_panel.toml | 3 +-- manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/config.json b/conf/config.json index b196d88..500cc1b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,7 +1,7 @@ { "default_server_config": { "m.homeserver": { - "base_url": "__DEFAULT_HOME_SERVER__", + "base_url": "https://__DEFAULT_HOME_SERVER__", "server_name": "matrix.org" }, "m.identity_server": { diff --git a/config_panel.toml b/config_panel.toml index ba4e760..31b857b 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -8,5 +8,4 @@ name = "Element configuration" [main.config.default_home_server] ask = "Choose a home server" - type = "string" - bind = "base_url:__FINALPATH__/config.json" + type = "string" \ No newline at end of file diff --git a/manifest.json b/manifest.json index df46646..7c871e4 100644 --- a/manifest.json +++ b/manifest.json @@ -46,8 +46,8 @@ "en": "Choose a default home server", "fr": "Choisissez un serveur par défault" }, - "example": "https://my-own-homeserver.tld", - "default": "https://matrix-client.matrix.org" + "example": "my-own-homeserver.tld", + "default": "matrix-client.matrix.org" }, { "name": "is_public",