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 | |
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
-rw-r--r-- | changelog.d/3899.bugfix | 1 | ||||
-rw-r--r-- | synapse/handlers/room_member.py | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/3899.bugfix b/changelog.d/3899.bugfix new file mode 100644 |