Add config option to auto-join new users to rooms#2545
Conversation
New users who register on the server will be dumped into all rooms in auto_join_rooms in the config.
|
ooi, how does this react with riot-bot? |
|
riot-bot is done on the client and creates a new room each time, so I guess will continue to be on the client side - other than that, they'll probably stay fairly separate. |
|
Could this be moved somewhere reachable by password providers? Else this is only available for users that directly register on the homeserver and not to users within LDAP on first login, etc. |
|
+1 on what @maxidor said. I'm running Matrix/Riot in an environment where it would be very helpful to have these autojoin config options work with LDAP. For reference, I'm using the LDAP password providers method not MXISD. |
|
So auto-join rooms on registration is removed? Synapse's registration worked great. |
New users who register on the server will be dumped into all rooms in
auto_join_rooms in the config.