Ability to manage autojoin rooms
Solved
Matrix (Synapse/Element)
-
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'
-
@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'