summary refs log tree commit diff
path: root/tests/replication/tcp/streams/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-1/+1
| | | | | | | | | | * Port synapse.replication.tcp to async/await * Newsfile * Correctly document type of on_<FOO> functions as async * Don't be overenthusiastic with the asyncing....
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-0/+4
|
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+3
|
* Fix bug where read-receipts lost their timestamps (#4927)Richard van der Hoff2019-03-251-0/+74
Make sure that they are sent correctly over the replication stream. Fixes: #4898