diff options
author | David Robertson <davidr@element.io> | 2023-03-13 12:31:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 12:31:19 +0000 |
commit | c071cd5a0ebc2983e5576036ffef3668ba2a30cd (patch) | |
tree | c20ce9281825351ede8b4da1f400dda2b9803b36 /changelog.d/15248.bugfix | |
parent | Refactor `filter_events_for_server` (#15240) (diff) | |
download | synapse-c071cd5a0ebc2983e5576036ffef3668ba2a30cd.tar.xz |
Ensure fed-sender catchup does not block for full state (#15248)
* Reproduce bad scenario in test * Avoid catchup optimisation for partial state rooms
Diffstat (limited to 'changelog.d/15248.bugfix')
-rw-r--r-- | changelog.d/15248.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15248.bugfix b/changelog.d/15248.bugfix new file mode 100644 index 0000000000..8665acb493 --- /dev/null +++ b/changelog.d/15248.bugfix @@ -0,0 +1 @@ +Fix a rare bug introduced in Synapse 1.73 where events could remain unsent to other homeservers after a faster-join to a room. |