From de65f4e1fed33100db7bb5aa59c4b0d32116e4f4 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 26 Jan 2021 15:21:25 -0500 Subject: [PATCH] Add link to keys upload endpoint Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- proposals/2732-olm-fallback-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2732-olm-fallback-keys.md b/proposals/2732-olm-fallback-keys.md index 854b48c7e..fcc7350d9 100644 --- a/proposals/2732-olm-fallback-keys.md +++ b/proposals/2732-olm-fallback-keys.md @@ -12,7 +12,7 @@ of a one-time key when no one-time keys are available. ## Proposal A new request parameter, `fallback_keys`, is added to the body of the -`/keys/upload` client-server API, which is in the same format as the +[`/keys/upload` client-server API](https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-keys-upload), which is in the same format as the `one_time_keys` parameter with the exception that there must be at most one key per key algorithm. If the user had previously uploaded a fallback key for a given algorithm, it is replaced -- the server will only keep one fallback key