Dodesn't seem to make any difference: guess it does work with the object reference

This commit is contained in:
David Baker 2015-07-21 16:21:37 -07:00
parent cf7a40b08a
commit 20c0324e9c

View File

@ -52,7 +52,6 @@ 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)