forked from MirrorHub/synapse
pep8
This commit is contained in:
parent
4f93abd62d
commit
d44dea0223
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@ class EndToEndRoomKeyStore(SQLBaseStore):
|
||||||
Raises:
|
Raises:
|
||||||
StoreError: with code 404 if there are no e2e_room_keys_versions present
|
StoreError: with code 404 if there are no e2e_room_keys_versions present
|
||||||
Returns:
|
Returns:
|
||||||
A deferred dict giving the info metadata for this backup version, with fields including:
|
A deferred dict giving the info metadata for this backup version, with
|
||||||
|
fields including:
|
||||||
version(str)
|
version(str)
|
||||||
algorithm(str)
|
algorithm(str)
|
||||||
auth_data(object): opaque dict supplied by the client
|
auth_data(object): opaque dict supplied by the client
|
||||||
|
|
Loading…
Reference in a new issue