summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-08Remove unused public room list timeout param (#6179)Andrew Morgan2-12/+2
* Remove unused public room list timeout param * Add changelog
2019-10-08Fix /federation/v1/state for recent room versions (#6170)Richard van der Hoff2-13/+1
* Fix /federation/v1/state for recent room versions Turns out this endpoint was completely broken for v3 rooms. Hopefully this re-signing code is irrelevant nowadays anyway.