summary refs log tree commit diff
path: root/synapse/rest/client/transactions.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2018-09-28Remove redundant call to start_get_pdu_cacheRichard van der Hoff2-1/+1
I think this got forgotten in #3932. We were getting away with it because it was the last call in this function.
2018-09-27Run our oldest supported configuration in CI (#3952)