mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 12:44:30 +03:00
black
This commit is contained in:
parent
0dc4c4e1ce
commit
438c8398ab
1 changed files with 3 additions and 1 deletions
|
@ -356,7 +356,9 @@ class EndToEndRoomKeyStore(SQLBaseStore):
|
|||
"create_e2e_room_keys_version_txn", _create_e2e_room_keys_version_txn
|
||||
)
|
||||
|
||||
def update_e2e_room_keys_version(self, user_id, version, info=None, version_hash=None):
|
||||
def update_e2e_room_keys_version(
|
||||
self, user_id, version, info=None, version_hash=None
|
||||
):
|
||||
"""Update a given backup version
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Reference in a new issue