diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-06 13:02:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 13:02:37 +0100 |
commit | c65067d67307de7688fa39246426370421e56452 (patch) | |
tree | 544829330f4c90de78a96d0c3195afdb817bc24b /changelog.d | |
parent | Add upgrade notes about disk space for events migration (#10314) (diff) | |
download | synapse-c65067d67307de7688fa39246426370421e56452.tar.xz |
Handle old staged inbound events (#10303)
We might have events in the staging area if the service was restarted while there were unhandled events in the staging area. Fixes #10295
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10303.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10303.bugfix b/changelog.d/10303.bugfix new file mode 100644 index 0000000000..c0577c9f73 --- /dev/null +++ b/changelog.d/10303.bugfix @@ -0,0 +1 @@ +Ensure that inbound events from federation that were being processed when Synapse was restarted get promptly processed on start up. |