summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-11-29 13:15:36 +0000
committerGitHub <noreply@github.com>2021-11-29 13:15:36 +0000
commit9cd13c5f63d6cdcb46dcbe4e103d3b5c12f1ce9d (patch)
tree96cd2d4feee9aa0f0f1bf7cf5f26129f706bdb5c /changelog.d
parentFix using MSC2716 batch sending with event persistence workers (#11220) (diff)
downloadsynapse-9cd13c5f63d6cdcb46dcbe4e103d3b5c12f1ce9d.tar.xz
Fix perspectives requests for multiple keys for the same server (#11440)
If we tried to request multiple keys for the same server, we would end up
dropping some of those requests.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11440.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11440.bugfix b/changelog.d/11440.bugfix
new file mode 100644
index 0000000000..02ce2e428f
--- /dev/null
+++ b/changelog.d/11440.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.36 which could cause problems fetching event-signing keys from trusted key servers.