Apply suggestions from code review

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/2387/head
Hubert Chathi 4 years ago committed by GitHub
parent fae1165e1c
commit 40c50c80ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
# Copyright 2019 The Matrix.org Foundation C.I.C. # Copyright 2019-2020 The Matrix.org Foundation C.I.C.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -785,7 +785,7 @@ To create a backup, a client will call `POST
encrypted through the backup's ``auth_data``; other clients can discover the encrypted through the backup's ``auth_data``; other clients can discover the
backup by calling `GET /_matrix/client/r0/room_keys/version/{version}`_, backup by calling `GET /_matrix/client/r0/room_keys/version/{version}`_,
setting ``{version}`` to the empty string. Keys are encrypted according to the setting ``{version}`` to the empty string. Keys are encrypted according to the
backups ``auth_data`` and added to the backup by calling `PUT backup's ``auth_data`` and added to the backup by calling `PUT
/_matrix/client/r0/room_keys/keys`_ or one of its variants, and can be /_matrix/client/r0/room_keys/keys`_ or one of its variants, and can be
retrieved by calling `GET /_matrix/client/r0/room_keys/keys`_ or one of its retrieved by calling `GET /_matrix/client/r0/room_keys/keys`_ or one of its
variants. Keys can only be written to the most recently created version of the variants. Keys can only be written to the most recently created version of the

Loading…
Cancel
Save