diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-05 20:27:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 20:27:41 +0100 |
commit | c9cec2daed00406b5337a8ce7064e3394ceaf656 (patch) | |
tree | 107f8336db9dc8268b84661095e9aa7dfca2b9d9 /changelog.d | |
parent | Merge tag 'v1.92.0rc1' into develop (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/16257.bugfix | 1 |
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. |