summary refs log tree commit diff
path: root/changelog.d/8247.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre2020-09-181-1/+0
| | | | | | | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Fix _set_destination_retry_timings This came about because the code assumed that retry_interval could not be NULL — which has been challenged by catch-up.
* Catch up after Federation Outage (split, 2): Track last successful stream ↵reivilibre2020-09-041-0/+1
ordering after transmission (#8247) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>