diff options
author | kegsay <kegan@matrix.org> | 2021-07-27 17:08:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 17:08:53 +0100 |
commit | b3754d68fcbe9022eb0bf4f8eda7102b7c27e62d (patch) | |
tree | fb289fc2baf56205292d0f0ce28c9f6924278b01 /sytest-whitelist | |
parent | a060df91e206903e4e3cbf7b7d2dabddfa0bf788 (diff) |
Key Backups (2/3) : Add E2E backup key tables (#1945)
* Add PUT key backup endpoints and glue them to PerformKeyBackup
* Add tables for storing backup keys and glue them into the user API
* Don't create tables whilst still WIPing
* writer on sqlite please
* Linting
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index e2bb41da..d90ba4fb 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -540,4 +540,3 @@ Key notary server must not overwrite a valid key with a spurious result from the GET /rooms/:room_id/aliases lists aliases Only room members can list aliases of a room Users with sufficient power-level can delete other's aliases -Can create more than 10 backup versions |