From fa0eb2405f349c8af61fd8616cc6148fc3f47b42 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 17 Jan 2018 11:25:09 +0000 Subject: [PATCH] all rooms, not any, and remove extra words --- api/client-server/keys.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/keys.yaml b/api/client-server/keys.yaml index 1b821dea..5fb6318e 100644 --- a/api/client-server/keys.yaml +++ b/api/client-server/keys.yaml @@ -349,9 +349,9 @@ paths: items: type: string description: |- - The Matrix User IDs of all users who may have left an - end-to-end encrypted room that the user is joined to. - identity keys. + The Matrix User IDs of all users who may have left all + the end-to-end encrypted rooms they previously shared + with the user. example: ["@clara:example.com", "@doug:example.org"] tags: - End-to-end encryption