Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit afeddbb

Browse files
Update synapse/storage/databases/main/end_to_end_keys.py
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
1 parent 16c3c0d commit afeddbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/storage/databases/main/end_to_end_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DeviceKeyLookupResult:
4343

4444
# the key data from e2e_device_keys_json. Typically includes fields like
4545
# "algorithm", "keys" (including the curve25519 identity key and the ed25519 signing
46-
# key) and signatures" (a map from (user id) to (key id/device_id) to signature.)
46+
# key) and "signatures" (a map from (user id) to (key id/device_id) to signature.)
4747
keys = attr.ib(type=Optional[JsonDict])
4848

4949

0 commit comments

Comments
 (0)