diff options
author | Nick Mills-Barrett <nick@fizzadar.com> | 2022-04-13 11:38:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 11:38:35 +0100 |
commit | e3a49f4784d5c915355ac9306e60b09433db60b5 (patch) | |
tree | 37a4bfca3764b4792738abc1d22d4ff4419af317 /changelog.d | |
parent | Use poetry lockfile in twisted trunk CI job (#12425) (diff) | |
download | synapse-e3a49f4784d5c915355ac9306e60b09433db60b5.tar.xz |
Fix missing sync events during historical batch imports (#12319)
Discovered after much in-depth investigation in #12281. Closes: #12281 Closes: #3305 Signed off by: Nick Mills-Barrett nick@beeper.com
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12319.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12319.bugfix b/changelog.d/12319.bugfix new file mode 100644 index 0000000000..a50191feaa --- /dev/null +++ b/changelog.d/12319.bugfix @@ -0,0 +1 @@ +Fix bug with incremental sync missing events when rejoining/backfilling. Contributed by Nick @ Beeper. |