summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2023-02-15 13:59:06 +0000
committerGitHub <noreply@github.com>2023-02-15 13:59:06 +0000
commit3ad817bfe561e0b7ddcd8398a76a4a4d3d789138 (patch)
tree671b7b7881ef3241b6beca935d1052c4f3a71961 /changelog.d
parentMake it easier to use DataGrip w/ Synapse's schema (#14982) (diff)
downloadsynapse-3ad817bfe561e0b7ddcd8398a76a4a4d3d789138.tar.xz
Fix federated joins when the first server in the list is not in the room (#15074)
Previously we would give up upon receiving a 404 from the first server,
instead of trying the rest of the servers in the list.

Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15074.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15074.bugfix b/changelog.d/15074.bugfix
new file mode 100644
index 0000000000..d1ceb4f4c8
--- /dev/null
+++ b/changelog.d/15074.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where federated joins would fail if the first server in the list of servers to try is not in the room.