summary refs log tree commit diff
path: root/tests/replication/tcp/streams/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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