diff options
author | squahtx <squahtx@users.noreply.github.com> | 2023-05-03 11:28:31 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2023-05-03 11:28:31 +0000 |
commit | d6fd60d505e4eb4e07b5e063b3d1bd8e388e823c (patch) | |
tree | d7f7ae03b661139e98e6edb1a4d19dc1315b0aa2 /develop/usage/configuration/config_documentation.html | |
parent | deploy: 4de271a7fcde6b46611ba2aa9d45cdc6cc7275ab (diff) | |
download | synapse-d6fd60d505e4eb4e07b5e063b3d1bd8e388e823c.tar.xz |
deploy: 04e79e6a185f466c9a2c8d79f6c9de7f42efc6f7
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 808b4881db..59a709e542 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3331,6 +3331,13 @@ except <code>com.example.foo</code>.</p> public_chat: null </code></pre> <hr /> +<h3 id="forget_rooms_on_leave"><a class="header" href="#forget_rooms_on_leave"><code>forget_rooms_on_leave</code></a></h3> +<p>Set to true to automatically forget rooms for users when they leave them, either +normally or via a kick or ban. Defaults to false.</p> +<p>Example configuration:</p> +<pre><code class="language-yaml">forget_rooms_on_leave: false +</code></pre> +<hr /> <h2 id="opentracing"><a class="header" href="#opentracing">Opentracing</a></h2> <p>Configuration options related to Opentracing support.</p> <hr /> |