summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-01-17 12:44:15 +0000
committerGitHub <noreply@github.com>2023-01-17 12:44:15 +0000
commit5b3af1c7d0c5a8901fada7648136f186726fd135 (patch)
treec21d9180dc917c84ee65084fede02973fca665ff /changelog.d
parentFix bug in `wait_for_stream_position` (#14856) (diff)
downloadsynapse-5b3af1c7d0c5a8901fada7648136f186726fd135.tar.xz
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.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14839.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14839.feature b/changelog.d/14839.feature
new file mode 100644
index 0000000000..a4206be007
--- /dev/null
+++ b/changelog.d/14839.feature
@@ -0,0 +1 @@
+Faster joins: always serve a partial join response to servers that request it with the stable query param.