mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 16:33:44 +01:00
Document that clients must leave before forgetting rooms
Fixes https://github.com/matrix-org/matrix-doc/issues/1011
This commit is contained in:
parent
442ad99727
commit
9e796192e4
|
|
@ -78,8 +78,8 @@ paths:
|
||||||
for this room. If all users on a homeserver forget a room, the room is
|
for this room. If all users on a homeserver forget a room, the room is
|
||||||
eligible for deletion from that homeserver.
|
eligible for deletion from that homeserver.
|
||||||
|
|
||||||
If the user is currently joined to the room, they will implicitly leave
|
If the user is currently joined to the room, they must leave the room
|
||||||
the room as part of this API call.
|
before calling this API.
|
||||||
operationId: forgetRoom
|
operationId: forgetRoom
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue