From d7e88f6020181175354de0529f669b13596a98c5 Mon Sep 17 00:00:00 2001 From: codedust Date: Tue, 10 Feb 2026 00:08:21 +0100 Subject: [PATCH] fix: revert 'and' -> 'as well as' --- 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 25a8336b..24644a55 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1055,7 +1055,7 @@ If a user's client sees that any other user has changed their master key, that client must notify the user about the change before allowing communication between the users to continue. -Since device key IDs (`ed25519:DEVICE_ID`) as well as cross-signing key IDs +Since device key IDs (`ed25519:DEVICE_ID`) and cross-signing key IDs (`ed25519:PUBLIC_KEY`) occupy the same namespace, clients must ensure that they use the correct keys when verifying.