summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-30Fix replication for room v3 (#4523)Erik Johnston2-1/+5
* Fix replication for room v3 We were not correctly quoting the path fragments over http replication, which meant that it exploded when the event IDs had a slash in them * Newsfile
2019-01-30ACME config cleanups (#4525)Richard van der Hoff5-60/+115
* Handle listening for ACME r