mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 05:38:26 +00:00
deploy: 4bb07152c8
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
const path_to_root = "../../";
|
||||
const default_light_theme = "light";
|
||||
const default_dark_theme = "navy";
|
||||
window.path_to_searchindex_js = "../../searchindex-2cbe4b0a.js";
|
||||
window.path_to_searchindex_js = "../../searchindex-aa48831a.js";
|
||||
</script>
|
||||
<!-- Start loading toc.js asap -->
|
||||
<script src="../../toc-64310643.js"></script>
|
||||
@@ -451,7 +451,7 @@ shown.</p>
|
||||
<hr>
|
||||
<h3 id="include_profile_updates_in_sync"><a class="header" href="#include_profile_updates_in_sync"><code>include_profile_updates_in_sync</code></a></h3>
|
||||
<p><em>(boolean)</em> Use this option to include updates of other users’ profiles in sync responses, for users who share rooms.
|
||||
Requires an <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/4429">MSC4429</a> compatible client, and is currently limited to legacy sync and local users only.
|
||||
For legacy sync clients, requires <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/4429">MSC4429</a> compatibility. For sliding sync clients, requires <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/4262">MSC4262</a> compatibility. Note, profile updates via sync are currently limited to local users only.
|
||||
This feature is under development and should be used with caution on busy servers or servers which depend on <code>limit_profile_requests_to_users_who_share_rooms</code> for ensuring profile information doesn’t leak across rooms. Defaults to <code>false</code>.</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">include_profile_updates_in_sync: true
|
||||
|
||||
Reference in New Issue
Block a user