diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-29 09:56:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 09:56:41 +0000 |
commit | 2cad8baa7030a86efc103599d79412741654dc15 (patch) | |
tree | e13d4359a193c23c4a44d7ebab365d1bc6306178 /synapse/handlers | |
parent | Fix outbound federation request metrics (#6795) (diff) | |
download | synapse-2cad8baa7030a86efc103599d79412741654dc15.tar.xz |
Fix bug when querying remote user keys that require a resync. (#6796)
We ended up only returning a single device, rather than all of them.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/e2e_keys.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py |