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:
Denis Kasak 2022-05-26 15:34:49 +02:00
parent 6e4159bea2
commit 79633a1fee

View file

@ -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..."