summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-08-02 12:12:44 +0100
committerGitHub <noreply@github.com>2022-08-02 12:12:44 +0100
commit8d317f6da5aa2efc030990c7036cdb4f384c704a (patch)
treeea5bc747edfe816eb139dc935e2be253b2b73aa4 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-8d317f6da5aa2efc030990c7036cdb4f384c704a.tar.xz
Fix error when out of servers to sync partial state with (#13432)
so that we raise the intended error instead.

Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13432.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13432.bugfix b/changelog.d/13432.bugfix
new file mode 100644
index 0000000000..bb99616afc
--- /dev/null
+++ b/changelog.d/13432.bugfix
@@ -0,0 +1 @@
+Faster room joins: Fix error when running out of servers to sync partial state with, so that Synapse raises the intended error instead.