0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-03 18:08:19 +02:00
This commit is contained in:
Matthew Hodgson 2018-06-25 17:36:52 +01:00
parent 6eb861b67f
commit 784189b1f4

View file

@ -80,7 +80,7 @@ class E2eKeysHandler(object):
else: else:
remote_queries[user_id] = device_ids remote_queries[user_id] = device_ids
# Firt get local devices. # First get local devices.
failures = {} failures = {}
results = {} results = {}
if local_query: if local_query: