diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-12-24 17:42:17 +0000 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-08-12 19:14:31 -0400 |
commit | 9f500cb39efa608c02f212711a5ad2177757bf4b (patch) | |
tree | 38014a1bb1a5c3b0ce426e4a248eb213d7b380c2 /synapse/handlers | |
parent | add storage docstring; remove unused set_e2e_room_keys (diff) | |
download | synapse-9f500cb39efa608c02f212711a5ad2177757bf4b.tar.xz |
more docstring for the e2e_room_keys rest
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/e2e_room_keys.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/handlers/e2e_room_keys.py b/synapse/handlers/e2e_room_keys.py index b67d6a2a7e..7a940d1c21 100644 --- a/synapse/handlers/e2e_room_keys.py +++ b/synapse/handlers/e2e_room_keys.py @@ -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 |