| mx_keys_signatures_upload | R Documentation |
POST /_matrix/client/v3/keys/signatures/upload. The body maps a
user id to key ids and the complete signed key objects. mx.api transports
the objects unchanged and performs no signature validation itself.
mx_keys_signatures_upload(session, signatures)
session |
An |
signatures |
Named list mapping user ids to signed key objects. |
Parsed response, including any per-signature failures.
## Not run:
mx_keys_signatures_upload(s, list(
"@bot:example.org" = list(DEVICE = signed_device)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.