Ability to manage autojoin rooms
-
I want my users to autojoin some rooms. Sadly the option is hardcored through the startscript.
Is there any chance to make this work? Maybe with a second yaml configuration file?
-
@msbt hmm you are right and I was wrong!
I'll test if it works and report back
EDIT: Okay it works but only for new accounts (at first login with LDAP or local accounts).
The part in my homeserver.yaml looks like this:auto_join_rooms: - '#discuss:yourdomain.com' - '#feedback:yourdomain.com' - '#help:yourdomain.com' - '#info:yourdomain.com'
-
I want my users to autojoin some rooms. Sadly the option is hardcored through the startscript.
Is there any chance to make this work? Maybe with a second yaml configuration file?
-
@subven this is only for the default #discuss channel, you can edit the homeserver.yaml to include your own channels in there
-
@msbt guess what happens if you restart the container afterwards
The startscript overwrites the changes and you're left with #discuss only again.
-
@msbt hmm you are right and I was wrong!
I'll test if it works and report back
EDIT: Okay it works but only for new accounts (at first login with LDAP or local accounts).
The part in my homeserver.yaml looks like this:auto_join_rooms: - '#discuss:yourdomain.com' - '#feedback:yourdomain.com' - '#help:yourdomain.com' - '#info:yourdomain.com'