diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-09-18 14:59:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 14:59:13 +0100 |
commit | 36efbcaf511790d6f1dd7df2260900f07489bda6 (patch) | |
tree | fac270fc29e664d5a967d01c9360ce4e04481ac8 /changelog.d/8247.bugfix | |
parent | Simplify super() calls to Python 3 syntax. (#8344) (diff) | |
download | synapse-36efbcaf511790d6f1dd7df2260900f07489bda6.tar.xz |
Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)
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.
Diffstat (limited to 'changelog.d/8247.bugfix')
-rw-r--r-- | changelog.d/8247.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8247.bugfix b/changelog.d/8247.bugfix new file mode 100644 index 0000000000..532d0e22fe --- /dev/null +++ b/changelog.d/8247.bugfix @@ -0,0 +1 @@ +Fix messages over federation being lost until an event is sent into the same room. |