summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-10-27 12:51:08 +0100
committerGitHub <noreply@github.com>2023-10-27 12:51:08 +0100
commit0680d76659c03cb190e0ae37af7d9db3014e3627 (patch)
tree8234d8d88ae882b77f8c4ccc06c622920ae2a9d6 /changelog.d
parentAdd new module API for adding custom fields to events `unsigned` section (#16... (diff)
downloadsynapse-0680d76659c03cb190e0ae37af7d9db3014e3627.tar.xz
Reduce replication traffic due to reflected cache stream POSITION (#16557)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16557.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16557.bugfix b/changelog.d/16557.bugfix
new file mode 100644
index 0000000000..4f4a0380cd
--- /dev/null
+++ b/changelog.d/16557.bugfix
@@ -0,0 +1 @@
+Fix a long-standing, exceedingly rare edge case where the first event persisted by a new event persister worker might not be sent down `/sync`.