mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-25 15:33:42 +01:00
all rooms, not any, and remove extra words
This commit is contained in:
parent
2a9a9e757e
commit
fa0eb2405f
|
|
@ -349,9 +349,9 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The Matrix User IDs of all users who may have left an
|
The Matrix User IDs of all users who may have left all
|
||||||
end-to-end encrypted room that the user is joined to.
|
the end-to-end encrypted rooms they previously shared
|
||||||
identity keys.
|
with the user.
|
||||||
example: ["@clara:example.com", "@doug:example.org"]
|
example: ["@clara:example.com", "@doug:example.org"]
|
||||||
tags:
|
tags:
|
||||||
- End-to-end encryption
|
- End-to-end encryption
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue