diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-11-29 13:15:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 13:15:36 +0000 |
commit | 9cd13c5f63d6cdcb46dcbe4e103d3b5c12f1ce9d (patch) | |
tree | 96cd2d4feee9aa0f0f1bf7cf5f26129f706bdb5c /changelog.d | |
parent | Fix using MSC2716 batch sending with event persistence workers (#11220) (diff) | |
download | synapse-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.bugfix | 1 |
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. |