forked-synapse/changelog.d/15074.bugfix
Sean Quah 3ad817bfe5
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>
2023-02-15 13:59:06 +00:00

2 lines
127 B
Plaintext

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.