summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2023-08-24 20:58:50 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2023-08-24 20:58:50 +0000
commitff8a4cc39a62333efd0e27401cb721f08e4a3595 (patch)
tree1680e7b90d4be529d35ca9fe576af12f328a8a9b /develop/usage/configuration/config_documentation.html
parentdeploy: aeeca2a62ebfb601efa7930acae0897c8d3e43df (diff)
downloadsynapse-ff8a4cc39a62333efd0e27401cb721f08e4a3595.tar.xz
deploy: 5856a8ba4243a11f0d5f97ed2fe742ae31341452
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 5f36d4b569..414593c55e 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -3480,6 +3480,16 @@ normally or via a kick or ban. Defaults to false.</p> <pre><code class="language-yaml">forget_rooms_on_leave: false </code></pre> <hr /> +<h3 id="exclude_rooms_from_sync"><a class="header" href="#exclude_rooms_from_sync"><code>exclude_rooms_from_sync</code></a></h3> +<p>A list of rooms to exclude from sync responses. This is useful for server +administrators wishing to group users into a room without these users being able +to see it from their client.</p> +<p>By default, no room is excluded.</p> +<p>Example configuration:</p> +<pre><code class="language-yaml">exclude_rooms_from_sync: + - !foo:example.com +</code></pre> +<hr /> <h2 id="opentracing"><a class="header" href="#opentracing">Opentracing</a></h2> <p>Configuration options related to Opentracing support.</p> <hr />