mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update config_panel.toml auto_join_rooms
backslash seems to be required to escape the # in the room list \#example:example.com
This commit is contained in:
parent
05b8749c1e
commit
c77c1eb6a4
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue