0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-25 12:39:22 +02:00
synapse/changelog.d/3899.bugfix
Richard van der Hoff a219ce8726
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
2018-09-18 18:27:37 +01:00

2 lines
126 B
Plaintext

When we join a room, always try the server we used for the alias lookup first, to avoid unresponsive and out-of-date servers.