From 92561051e9edb179373a0708977bef0146eb6c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 16 Feb 2024 23:03:05 +0100 Subject: [PATCH] Fix default server name presentation --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index f1e631e..61479e2 100644 --- a/conf/config.json +++ b/conf/config.json @@ -2,7 +2,7 @@ "default_server_config": { "m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__", - "server_name": "matrix.org" + "server_name": "__DEFAULT_HOME_SERVER__" }, "m.identity_server": { "base_url": "https://vector.im"