diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-09-18 18:27:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 18:27:37 +0100 |
commit | a219ce87263ad9be887cf039a04b4a1f06b7b0b8 (patch) | |
tree | 3e7c239e0f82bdf5ffc9b085e7de1f59b6f33486 /changelog.d | |
parent | Refactor matrixfederationclient to fix logging (#3906) (diff) | |
download | synapse-a219ce87263ad9be887cf039a04b4a1f06b7b0b8.tar.xz |
Use directory server for room joins (#3899)
When we do a join, always try the server we used for the alias lookup first. Fixes #2418
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3899.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3899.bugfix b/changelog.d/3899.bugfix new file mode 100644 index 0000000000..5120e3a823 --- /dev/null +++ b/changelog.d/3899.bugfix @@ -0,0 +1 @@ +When we join a room, always try the server we used for the alias lookup first, to avoid unresponsive and out-of-date servers. |