Apply suggestions from code review

Co-Authored-By: uhoreg <hubert@uhoreg.ca>
pull/1538/head
Richard van der Hoff 5 years ago committed by GitHub
parent 87824c1c96
commit 1c4262e556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -162,7 +162,7 @@ On success, returns a JSON object with keys:
##### `GET /room_keys/version/{version}`
Get information about the given version, or the current version if `{version}`
Get information about the given version, or the current version if `/{version}`
is omitted.
On success, returns a JSON object with keys:
@ -448,7 +448,7 @@ On success, returns the empty JSON object.
The `auth_data` property for the backup versions endpoints for
`m.megolm_backup.v1.curve25519-aes-sha2` is a signedjson object with the
followin keys:
following keys:
- `public_key` (string): the curve25519 public key used to encrypt the backups
- `signatures` (object): signatures of the public key

Loading…
Cancel
Save