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 /synapse/crypto | |
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 'synapse/crypto')
-rw-r--r-- | synapse/crypto/keyring.py | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/synapse/crypto/keyring.py b/synapse/crypto/keyring.py |