mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Describe the behaviour of /rooms/{roomId}/member when the user has left the room
This commit is contained in:
parent
ba6c7d267c
commit
f60190086a
|
|
@ -391,7 +391,10 @@ paths:
|
|||
x-example: "!room:example.com"
|
||||
responses:
|
||||
200:
|
||||
description: The members of the room.
|
||||
description: |-
|
||||
A list of members of the room. If you are joined to the room then
|
||||
this will be the current members of the room. If you have left te
|
||||
room then this will be the members of the room when you left.
|
||||
examples:
|
||||
application/json: |-
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue