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