diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2022-09-28 14:14:29 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2022-09-28 14:14:29 +0000 |
commit | 1ec31fd7054bacc16cc479d55646e56c438b8582 (patch) | |
tree | b13dd039b1f33be5c37eda364fdee6ebeb86a487 /develop/usage/configuration/config_documentation.html | |
parent | deploy: 5c429b86b4cf1d2ccf81339844599c85653521df (diff) | |
download | synapse-1ec31fd7054bacc16cc479d55646e56c438b8582.tar.xz |
deploy: 25c0e693924ddc5234ebb15cdfdc82b553a4b2c6
Diffstat (limited to '')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 8db17f9cec..85429d8028 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1965,6 +1965,8 @@ 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.</p> +<p>As Spaces are just rooms under the hood, Space aliases may also be +used.</p> <p>Example configuration:</p> <pre><code class="language-yaml">auto_join_rooms: - "#exampleroom:example.com" @@ -1974,7 +1976,7 @@ relating to auto-joining rooms below.</p> <h3 id="autocreate_auto_join_rooms"><a class="header" href="#autocreate_auto_join_rooms"><code>autocreate_auto_join_rooms</code></a></h3> <p>Where <code>auto_join_rooms</code> are specified, setting this flag ensures that the rooms exist by creating them when the first user on the -homeserver registers.</p> +homeserver registers. This option will not create Spaces.</p> <p>By default the auto-created rooms are publicly joinable from any federated server. Use the <code>autocreate_auto_join_rooms_federated</code> and <code>autocreate_auto_join_room_preset</code> settings to customise this behaviour.</p> @@ -1986,7 +1988,7 @@ users cannot be auto-joined since they do not exist.</p> </code></pre> <hr /> <h3 id="autocreate_auto_join_rooms_federated"><a class="header" href="#autocreate_auto_join_rooms_federated"><code>autocreate_auto_join_rooms_federated</code></a></h3> -<p>Whether the rooms listen in <code>auto_join_rooms</code> that are auto-created are available +<p>Whether the rooms listed in <code>auto_join_rooms</code> that are auto-created are available via federation. Only has an effect if <code>autocreate_auto_join_rooms</code> is true.</p> <p>Note that whether a room is federated cannot be modified after creation.</p> |