| mx_keys_upload | R Documentation |
POST /_matrix/client/v3/keys/upload. The device_keys
and one_time_keys arguments must be fully formed and signed
per the Matrix specification; mx.api will not canonicalise or sign
them. Use mx_canonical_json to produce the byte
sequence to sign.
mx_keys_upload(
session,
device_keys = NULL,
one_time_keys = NULL,
fallback_keys = NULL
)
session |
An |
device_keys |
Named list. The |
one_time_keys |
Named list or NULL. Map from
|
fallback_keys |
Named list or NULL. Same shape as
|
The parsed homeserver response, including
one_time_key_counts.
## Not run:
mx_keys_upload(s, device_keys = signed_dk, one_time_keys = signed_otks)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.