summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-10-30 12:27:14 +0000
committerGitHub <noreply@github.com>2023-10-30 12:27:14 +0000
commit8c63e932865c0d620c6d5b4be98b9ea3e9f240bd (patch)
tree576eaf488793a030555196a2f44ba22b94a5daa8 /changelog.d
parentBump cryptography from 41.0.4 to 41.0.5 (#16572) (diff)
downloadsynapse-8c63e932865c0d620c6d5b4be98b9ea3e9f240bd.tar.xz
Fix HTTP repl response to use minimum token (#16578)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16578.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16578.bugfix b/changelog.d/16578.bugfix
new file mode 100644
index 0000000000..4f4a0380cd
--- /dev/null
+++ b/changelog.d/16578.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`.