From 79633a1feea3c6875108ce281c32ea9c0f056582 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 26 May 2022 15:34:49 +0200 Subject: [PATCH] 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. --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index 0bed9f5b..6de46981 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1372,7 +1372,7 @@ Example: "room_id": "!Cuyf34gef24t:localhost", "sender_key": "RF3s+E7RkTQTGF2d8Deol0FkQvgII2aJDf3/Jp5mxVU", "sender_claimed_keys": { - "ed25519": "", + "ed25519": "", }, "session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ", "session_key": "AgAAAADxKHa9uFxcXzwYoNueL5Xqi69IkD4sni8Llf..."