mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
fix up some key verif docstrings
This commit is contained in:
parent
37a187bfab
commit
64778693be
2 changed files with 24 additions and 4 deletions
|
@ -101,9 +101,10 @@ class KeyStore(SQLBaseStore):
|
|||
key_ids
|
||||
Args:
|
||||
server_name (str): The name of the server.
|
||||
key_ids (list of str): List of key_ids to try and look up.
|
||||
key_ids (iterable[str]): key_ids to try and look up.
|
||||
Returns:
|
||||
(list of VerifyKey): The verification keys.
|
||||
Deferred: resolves to dict[str, VerifyKey]: map from
|
||||
key_id to verification key.
|
||||
"""
|
||||
keys = {}
|
||||
for key_id in key_ids:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue