summary refs log tree commit diff
path: root/changelog.d/15248.bugfix
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-13 12:31:19 +0000
committerGitHub <noreply@github.com>2023-03-13 12:31:19 +0000
commitc071cd5a0ebc2983e5576036ffef3668ba2a30cd (patch)
treec20ce9281825351ede8b4da1f400dda2b9803b36 /changelog.d/15248.bugfix
parentRefactor `filter_events_for_server` (#15240) (diff)
downloadsynapse-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.bugfix1
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.