mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
I think this was what was intended...
This commit is contained in:
parent
90dbd71c13
commit
cf7a40b08a
@ -52,6 +52,7 @@ class EndToEndKeyStore(SQLBaseStore):
|
||||
)
|
||||
for row in rows:
|
||||
user_result[row["device_id"]] = row["key_json"]
|
||||
result[user_id] = user_result
|
||||
return result
|
||||
return self.runInteraction("get_e2e_device_keys", _get_e2e_device_keys)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user