mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 12:46:07 -04:00
Stabilise serving partial join responses (#14839)
Serving partial join responses is no longer experimental. They will only be served under the stable identifier if the the undocumented config flag experimental.msc3706_enabled is set to true. Synapse continues to request a partial join only if the undocumented config flag experimental.faster_joins is set to true; this setting remains present and unaffected.
This commit is contained in:
parent
316590d1ea
commit
5b3af1c7d0
5 changed files with 17 additions and 16 deletions
|
@ -94,8 +94,6 @@ allow_device_name_lookup_over_federation: true
|
|||
experimental_features:
|
||||
# Enable history backfilling support
|
||||
msc2716_enabled: true
|
||||
# server-side support for partial state in /send_join responses
|
||||
msc3706_enabled: true
|
||||
{% if not workers_in_use %}
|
||||
# client-side support for partial state in /send_join responses
|
||||
faster_joins: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue