diff options
author | David Baker <dave@matrix.org> | 2018-09-13 17:02:59 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-09-13 17:02:59 +0100 |
commit | bc74925c5b94f0c02603297d4ccb7e05008d5124 (patch) | |
tree | 631363f6ccd5870c44135fdc331da68de32c323b /synapse | |
parent | try to make flake8 and isort happy (diff) | |
download | synapse-bc74925c5b94f0c02603297d4ccb7e05008d5124.tar.xz |
WIP e2e key backups
Continues from uhoreg's branch This just fixed the errcode on /room_keys/version if no backup and updates the schema delta to be on the latest so it gets run
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/client/v2_alpha/room_keys.py | 14 | ||||
-rw-r--r-- | synapse/storage/schema/delta/51/e2e_room_keys.sql (renamed from synapse/storage/schema/delta/46/e2e_room_keys.sql) | 0 |
2 files changed, 10 insertions, 4 deletions
diff --git a/synapse/rest/client/v2_alpha/room_keys.py b/synapse/rest/client/v2_alpha/room_keys.py |