summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-10-26 19:12:31 +0000
committerclokep <clokep@users.noreply.github.com>2023-10-26 19:12:31 +0000
commit24dac01b54ab68e2240fdb5b7de5abda30fcfabb (patch)
treeaf954c0fffbdde1c134bac2e0fe1f885d6412e6f /develop/usage/configuration
parentdeploy: c14a7de6af0b8a3cbf2e17afca1cab339bc5912d (diff)
downloadsynapse-24dac01b54ab68e2240fdb5b7de5abda30fcfabb.tar.xz
deploy: 85e5f2dc252b866d67c8da2ddbfdb84974db1807
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 3d84ce3fa9..0fd6d82a97 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -326,6 +326,10 @@ This option replaces the previous top-level 'use_presence' option.</p> <pre><code class="language-yaml">presence: enabled: false </code></pre> +<p><code>enabled</code> can also be set to a special value of &quot;untracked&quot; which ignores updates +received via clients and federation, while still accepting updates from the +<a href="../../modules/index.html">module API</a>.</p> +<p><em>The &quot;untracked&quot; option was added in Synapse 1.96.0.</em></p> <hr /> <h3 id="require_auth_for_profile_requests"><a class="header" href="#require_auth_for_profile_requests"><code>require_auth_for_profile_requests</code></a></h3> <p>Whether to require authentication to retrieve profile data (avatars, display names) of other