diff options
author | Erik Johnston <erik@matrix.org> | 2023-02-08 17:41:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 16:41:55 +0000 |
commit | c78c67c5a909c6749f25b251d46be3df8f56f8c2 (patch) | |
tree | 61c6b0005ecdfb992143dbe1f28841786e0f8dd6 /changelog.d | |
parent | Permalink to the docs (diff) | |
download | synapse-c78c67c5a909c6749f25b251d46be3df8f56f8c2.tar.xz |
Fix bug in replication where response is cached (#15024)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15024.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15024.bugfix b/changelog.d/15024.bugfix new file mode 100644 index 0000000000..dddd406322 --- /dev/null +++ b/changelog.d/15024.bugfix @@ -0,0 +1 @@ +Fix bug where retried replication requests would return a failure. Introduced in v1.76.0. |