From d6fd60d505e4eb4e07b5e063b3d1bd8e388e823c Mon Sep 17 00:00:00 2001
From: squahtx <squahtx@users.noreply.github.com>
Date: Wed, 3 May 2023 11:28:31 +0000
Subject: deploy: 04e79e6a185f466c9a2c8d79f6c9de7f42efc6f7

---
 develop/usage/configuration/config_documentation.html | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'develop/usage/configuration/config_documentation.html')

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 />
-- 
cgit 1.5.1