forked from MirrorHub/synapse
Remove note about assymetry of having left a room.
Currently, if you leave a room you still appear in the members list. This is basically a bug with the current implementation/spec, rather than something that should happen.
This commit is contained in:
parent
f368ad946e
commit
1561ef56ed
1 changed files with 1 additions and 5 deletions
|
@ -947,11 +947,7 @@ directly by sending the following request to
|
||||||
See the `Room events`_ section for more information on ``m.room.member``.
|
See the `Room events`_ section for more information on ``m.room.member``.
|
||||||
|
|
||||||
Once a user has left a room, that room will no longer appear on the
|
Once a user has left a room, that room will no longer appear on the
|
||||||
|initialSync|_ API. Be aware that leaving a room is not equivalent to have
|
|initialSync|_ API.
|
||||||
never been in that room. A user who has previously left a room still maintains
|
|
||||||
some residual state in that room. Their membership state will be marked as
|
|
||||||
``leave``. This contrasts with a user who has *never been invited or joined to
|
|
||||||
that room* who will not have any membership state for that room.
|
|
||||||
|
|
||||||
If all members in a room leave, that room becomes eligible for deletion.
|
If all members in a room leave, that room becomes eligible for deletion.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue