diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-03-23 00:15:58 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-03-23 00:16:43 +0000 |
commit | e08f81d96a421df97c101461e19ec766ea606fb7 (patch) | |
tree | 6cfa0dffae8d5c8f16ce8d7ec5f13222331fb2e0 /synapse/handlers/e2e_keys.py | |
parent | Merge pull request #2044 from matrix-org/rav/crypto_docs (diff) | |
download | synapse-e08f81d96a421df97c101461e19ec766ea606fb7.tar.xz |
Add a missing yield in device key upload
(this would only very very rarely actually be a useful thing, so the main problem was the logcontext leak...)
Diffstat (limited to 'synapse/handlers/e2e_keys.py')
-rw-r--r-- | synapse/handlers/e2e_keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py |