From 2e4e56ba1c22813d44b3db4e440b787123d6c8ff Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Fri, 21 Jul 2023 19:04:11 +0000 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 8ae65f2..b110fa9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -34,21 +34,20 @@ services = ["matrix-__APP__"] [main.welcome.allowed_local_3pids_email] ask = "Register only with given email formats." type = "tags" - help = '( e.g. ^[^@]+@matrix\\\\.org$ ) Note that \\\ will write \\ in homeserver.yaml' + help = '( e.g. ^[^@]+@matrix\\.org$ ) Note that \\ will write \ in homeserver.yaml' visible = 'enable_registration && (registrations_require_3pid == "email" || registrations_require_3pid == "email&msisdn")' [main.welcome.allowed_local_3pids_msisdn] ask = "Register only with given phone number formats." type = "tags" - help = '( e.g. \\\\+33 ) Note that \\\ will write \\ in homeserver.yaml' + help = '( e.g. \\+33 ) Note that \\ will write \ in homeserver.yaml' visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")' [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." - bind = ":/etc/matrix-__APP__/homeserver.yaml" - + help = "( e.g. \#example:example.com ) Note that \# will write # in homeserver.yaml. 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." + [main.welcome.autocreate_auto_join_rooms] ask = "Auto-Create room for Auto Join if not existing?" type = "boolean"