summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-10-27 16:07:11 +0100
committerGitHub <noreply@github.com>2023-10-27 16:07:11 +0100
commit5413cefe32094e414c46b7750467e5dcc6710422 (patch)
tree93b968412e23b22b63c9e5b0fad2c12fba80e8cf /changelog.d
parentReduce spurious replication catchup (#16555) (diff)
downloadsynapse-5413cefe32094e414c46b7750467e5dcc6710422.tar.xz
Reduce amount of caches POSITIONS we send (#16561)
Follow on from / actually correctly does #16557
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16561.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16561.bugfix b/changelog.d/16561.bugfix
new file mode 100644
index 0000000000..4f4a0380cd
--- /dev/null
+++ b/changelog.d/16561.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`.