summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-12-04 12:33:12 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-12-04 12:33:12 +0000
commitca9434f5fb208a20c5ab86f3be7f301eb74f89c2 (patch)
tree942a773494e7db58f1a3304d5c10fc0536a7f582 /develop/usage/configuration/config_documentation.html
parentdeploy: 63d96bfc61fcbf53e9607c63f215d2dde387de29 (diff)
downloadsynapse-ca9434f5fb208a20c5ab86f3be7f301eb74f89c2.tar.xz
deploy: 9e7f80037d08619cdd193831540d34e9ed5aacd7
Diffstat (limited to '')
-rw-r--r--develop/usage/configuration/config_documentation.html3
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 &quot;notices&quot; user</li>
 <li><code>system_mxid_avatar_url</code>: set the avatar for the &quot;notices&quot; 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: &quot;Server Notices&quot;
   system_mxid_avatar_url: &quot;mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ&quot;
   room_name: &quot;Server Notices&quot;
+  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>