diff options
author | Erik Johnston <erikj@matrix.org> | 2023-10-27 12:51:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 12:51:08 +0100 |
commit | 0680d76659c03cb190e0ae37af7d9db3014e3627 (patch) | |
tree | 8234d8d88ae882b77f8c4ccc06c622920ae2a9d6 /changelog.d | |
parent | Add new module API for adding custom fields to events `unsigned` section (#16... (diff) | |
download | synapse-0680d76659c03cb190e0ae37af7d9db3014e3627.tar.xz |
Reduce replication traffic due to reflected cache stream POSITION (#16557)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16557.bugfix | 1 |
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`. |