From ed945d67444a5c011bd55d6cfbcf39ee3812e8bd Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 6 Feb 2019 12:03:44 +0100 Subject: [PATCH] Key backup: Expose the number of keys stored in the backup so that matrix clients can compare it with the number of keys they have locally. --- proposals/1219-storing-megolm-keys-serverside.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/1219-storing-megolm-keys-serverside.md b/proposals/1219-storing-megolm-keys-serverside.md index 74a148a2..1f33fb45 100644 --- a/proposals/1219-storing-megolm-keys-serverside.md +++ b/proposals/1219-storing-megolm-keys-serverside.md @@ -172,6 +172,7 @@ On success, returns a JSON object with keys: - `auth_data` (object): Required. Same as in the body parameters for `POST /room_keys/version`. - `version` (string): Required. The backup version. +- `count` (number): Required. The number of keys stored in the backup. Error codes: