mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 15:50:19 +00:00
docs/config: make it explicit that auto_join_rooms can be used for invite-only rooms (#19660)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Update `auto_join_rooms` config documentation to cover requirements for auto-joining invite-only rooms.
|
||||
@@ -2870,6 +2870,8 @@ enable_3pid_changes: false
|
||||
|
||||
By default, any room aliases included in this list will be created as a publicly joinable room when the first user registers for the homeserver. If the room already exists, make certain it is a publicly joinable room, i.e. the join rule of the room must be set to `public`. You can find more options relating to auto-joining rooms below.
|
||||
|
||||
Invite-only rooms can also be auto-joined when setting `auto_join_mxid_localpart` to a user who's part of the invite-only rooms.
|
||||
|
||||
As Spaces are just rooms under the hood, Space aliases may also be used.
|
||||
|
||||
Defaults to `[]`.
|
||||
|
||||
@@ -3227,6 +3227,10 @@ properties:
|
||||
options relating to auto-joining rooms below.
|
||||
|
||||
|
||||
Invite-only rooms can also be auto-joined when setting `auto_join_mxid_localpart`
|
||||
to a user who's part of the invite-only rooms.
|
||||
|
||||
|
||||
As Spaces are just rooms under the hood, Space aliases may also be used.
|
||||
items:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user