mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
deploy: 85e5f2dc25
This commit is contained in:
parent
a71cf80002
commit
24dac01b54
4 changed files with 10 additions and 2 deletions
|
@ -3872,6 +3872,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 "untracked" which ignores updates
|
||||
received via clients and federation, while still accepting updates from the
|
||||
<a href="usage/configuration/../../modules/index.html">module API</a>.</p>
|
||||
<p><em>The "untracked" 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
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 "untracked" 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 "untracked" 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
|
||||
|
|
Loading…
Reference in a new issue