summary refs log tree commit diff
path: root/changelog.d/16257.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-09-05 20:27:41 +0100
committerGitHub <noreply@github.com>2023-09-05 20:27:41 +0100
commitc9cec2daed00406b5337a8ce7064e3394ceaf656 (patch)
tree107f8336db9dc8268b84661095e9aa7dfca2b9d9 /changelog.d/16257.bugfix
parentMerge tag 'v1.92.0rc1' into develop (diff)
downloadsynapse-c9cec2daed00406b5337a8ce7064e3394ceaf656.tar.xz
Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257)
* Correctly handle multiple rows per server/key

* Newsfile
Diffstat (limited to 'changelog.d/16257.bugfix')
-rw-r--r--changelog.d/16257.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16257.bugfix b/changelog.d/16257.bugfix
new file mode 100644
index 0000000000..28a5319749
--- /dev/null
+++ b/changelog.d/16257.bugfix
@@ -0,0 +1 @@
+Fix long-standing bug where we kept re-requesting a remote server's key repeatedly, potentially causing delays in receiving events over federation.