mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
comment fixes
This commit is contained in:
parent
a2a3f75824
commit
1e2d261510
1 changed files with 3 additions and 3 deletions
|
@ -160,9 +160,9 @@ class EndToEndRoomKeyStore(SQLBaseStore):
|
|||
specific key.
|
||||
|
||||
Args:
|
||||
user_id(str): the user whose backup we're querying
|
||||
version(str): the version ID of the backup we're querying about
|
||||
room_keys(dict[str, dict[str, iterable[str]]]): a map from
|
||||
user_id (str): the user whose backup we're querying
|
||||
version (str): the version ID of the backup we're querying about
|
||||
room_keys (dict[str, dict[str, iterable[str]]]): a map from
|
||||
room ID -> {"session": [session ids]} indicating the session IDs
|
||||
that we want to query
|
||||
|
||||
|
|
Loading…
Reference in a new issue