1 files changed, 3 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index 965b31e136..b8a2fa0216 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -3450,6 +3450,8 @@ notices.</p>
<li><code>system_mxid_display_name</code>: set the display name of the "notices" user</li>
<li><code>system_mxid_avatar_url</code>: set the avatar for the "notices" user</li>
<li><code>room_name</code>: set the room name of the server notices room</li>
+<li><code>auto_join</code>: boolean. If true, the user will be automatically joined to the room instead of being invited.
+Defaults to false. <em>Added in Synapse 1.98.0.</em></li>
</ul>
<p>Example configuration:</p>
<pre><code class="language-yaml">server_notices:
@@ -3457,6 +3459,7 @@ notices.</p>
system_mxid_display_name: "Server Notices"
system_mxid_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ"
room_name: "Server Notices"
+ auto_join: true
</code></pre>
<hr />
<h3 id="enable_room_list_search"><a class="header" href="#enable_room_list_search"><code>enable_room_list_search</code></a></h3>
|