mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 02:03:08 -05:00
more docstring for the e2e_room_keys rest
This commit is contained in:
parent
8d14598e90
commit
9f500cb39e
2 changed files with 51 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ class E2eRoomKeysHandler(object):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def upload_room_keys(self, user_id, version, room_keys):
|
||||
|
||||
# TODO: Validate the JSON to make sure it has the right keys.
|
||||
|
||||
# XXX: perhaps we should use a finer grained lock here?
|
||||
|
|
@ -139,7 +138,6 @@ class E2eRoomKeysHandler(object):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def create_version(self, user_id, version_info):
|
||||
|
||||
# TODO: Validate the JSON to make sure it has the right keys.
|
||||
|
||||
# lock everyone out until we've switched version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue