diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-12-18 01:52:46 +0000 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-08-12 19:14:31 -0400 |
commit | 0abb205b47158a4160ddceb317c0245d640b6e3f (patch) | |
tree | cfe46cf961a5da41fec5c59f18bebe519a7d17ea /synapse/rest | |
parent | make /room_keys/version work (diff) | |
download | synapse-0abb205b47158a4160ddceb317c0245d640b6e3f.tar.xz |
blindly incorporate PR review - needs testing & fixing
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/room_keys.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/rest/client/v2_alpha/room_keys.py b/synapse/rest/client/v2_alpha/room_keys.py index 128b732fb1..70b7b4573f 100644 --- a/synapse/rest/client/v2_alpha/room_keys.py +++ b/synapse/rest/client/v2_alpha/room_keys.py @@ -68,6 +68,8 @@ class RoomKeysServlet(RestServlet): * lower forwarded_count always wins over higher forwarded_count We trust the clients not to lie and corrupt their own backups. + It also means that if your access_token is stolen, the attacker could + delete your backup. POST /room_keys/keys/!abc:matrix.org/c0ff33?version=1 HTTP/1.1 Content-Type: application/json |