mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add forgotten .items()
This commit is contained in:
parent
882ac83d8d
commit
df431b127b
@ -49,7 +49,7 @@ def convert_v1_to_v2(server_name, valid_until, keys, certificate):
|
|||||||
"server_name": server_name,
|
"server_name": server_name,
|
||||||
"verify_keys": {
|
"verify_keys": {
|
||||||
key_id: {"key": key}
|
key_id: {"key": key}
|
||||||
for key_id, key in keys
|
for key_id, key in keys.items()
|
||||||
},
|
},
|
||||||
"valid_until_ts": valid_until,
|
"valid_until_ts": valid_until,
|
||||||
"tls_fingerprints": [fingerprint(certificate)],
|
"tls_fingerprints": [fingerprint(certificate)],
|
||||||
|
Loading…
Reference in New Issue
Block a user