mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 22:43:43 +01:00
Apply suggestions from code review
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
fae1165e1c
commit
40c50c80ea
|
|
@ -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");
|
||||
# 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
|
||||
backup by calling `GET /_matrix/client/r0/room_keys/version/{version}`_,
|
||||
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue