mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-10 02:07:48 +02:00
disambiguate placeholder descriptions in OlmPayload example (#2382)
* disambiguate placeholder descriptions in OlmPayload example * add newsfragment
This commit is contained in:
parent
34c939204e
commit
ce47b27acf
|
|
@ -0,0 +1 @@
|
|||
Disambiguate placeholder descriptions in OlmPayload example.
|
||||
|
|
@ -65,15 +65,15 @@ example: {
|
|||
"sender": "<sender_user_id>",
|
||||
"recipient": "<recipient_user_id>",
|
||||
"recipient_keys": {
|
||||
"ed25519": "<our_ed25519_key>"
|
||||
"ed25519": "<recipient_ed25519_key>"
|
||||
},
|
||||
"keys": {
|
||||
"ed25519": "<sender_ed25519_key>"
|
||||
},
|
||||
"sender_device_keys": {
|
||||
"algorithms": ["<supported>", "<algorithms>"],
|
||||
"user_id": "<user_id>",
|
||||
"device_id": "<device_id>",
|
||||
"user_id": "<sender_user_id>",
|
||||
"device_id": "<sender_device_id>",
|
||||
"keys": {
|
||||
"ed25519:<device_id>": "<sender_ed25519_key>",
|
||||
"curve25519:<device_id>": "<sender_curve25519_key>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue