mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Remove ambiguity regarding ed25519 device key reference.
The term "identity key" is ambiguous given it's somewhat common to refer to the Curve25519 key as the identity key. So this commit just removes the word "identity" to remove the ambiguity.
This commit is contained in:
parent
6e4159bea2
commit
79633a1fee
|
|
@ -1372,7 +1372,7 @@ Example:
|
|||
"room_id": "!Cuyf34gef24t:localhost",
|
||||
"sender_key": "RF3s+E7RkTQTGF2d8Deol0FkQvgII2aJDf3/Jp5mxVU",
|
||||
"sender_claimed_keys": {
|
||||
"ed25519": "<device ed25519 identity key>",
|
||||
"ed25519": "<device ed25519 key>",
|
||||
},
|
||||
"session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ",
|
||||
"session_key": "AgAAAADxKHa9uFxcXzwYoNueL5Xqi69IkD4sni8Llf..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue