From c77c1eb6a40551a4d3804a349afa9f14d1f3b8cc Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Mon, 10 Jul 2023 08:03:48 +0000 Subject: [PATCH] Update config_panel.toml auto_join_rooms backslash seems to be required to escape the # in the room list \#example:example.com --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 003a060..06f03e4 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -46,7 +46,7 @@ services = ["matrix-__APP__"] [main.welcome.auto_join_rooms] ask = "Auto Join new Users in following Rooms:" type = "tags" - help = "( e.g. #example:example.com ). Users who register on this homeserver will automatically be joined to these rooms. If the room already exists, the join rule must be set to 'public'. See also next setting." + help = "( e.g. \#example:example.com ). Users who register on this homeserver will automatically be joined to these rooms. If the room already exists, the join rule must be set to 'public'. See also next setting." bind = ":/etc/matrix-__APP__/homeserver.yaml" [main.welcome.autocreate_auto_join_rooms]