Add config option to make newly registered users auto-join a room
Closed
Imported
Issue created by
Import User
@import_user_namespace_1639_8ca46dd3276edd30e696bb46be951a96
Note for self later: see make_user_admin
, its usage in the /register
endpoint, and stuff at https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#auto_join_rooms
Might need to use some parts of make_user_admin
to join local rooms, or we could just re-use the join room helper functions.
To limit potential abuse, we'll only allow users to auto-join public rooms.