Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-18 | Use directory server for room joins (#3899) | Richard van der Hoff | 2 | -0/+6 | |
When we do a join, always try the server we used for the alias lookup first. Fixes #2418 | |||||
2018-09-18 | Refactor matrixfederationclient to fix logging (#3906) | Richard van der Hoff | 5 | -186/+359 | |
We want to wait until we have read the response body before we log the request as complete, otherwise a confusing thing happens where the request appears to have completed, but we later fail it. To do this, w |