summary refs log tree commit diff
path: root/tests/replication/test_federation_ack.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to shard the federation sender (#7798)Erik Johnston2020-07-101-0/+1
|
* Fix recording of federation stream token (#7564)Richard van der Hoff2020-05-261-0/+71
A couple of changes of significance: * remove the `_last_ack < federation_position` condition, so that updates will still be correctly processed after restart * Correctly wire up send_federation_ack to the right class.