This commit is contained in:
Richard van der Hoff 2024-06-07 11:58:04 +01:00
parent 0697c82d41
commit 31e575de02

View file

@ -118,10 +118,11 @@ properties:
The room membership of the user making the request, at the time of the event.
This property is the value of the `membership` property of the
requesting user's [`m.room.member`](#mroommember) state at the point
of the event, including any changes caused by the event. If the user
had yet to join the room at the time of the event (i.e, they have no
`m.room.member` state), this property is set to `leave`.
requesting user's [`m.room.member`](/client-server-api#mroommember)
state at the point of the event, including any changes caused by the
event. If the user had yet to join the room at the time of the event
(i.e, they have no `m.room.member` state), this property is set to
`leave`.
It is recommended that homeservers SHOULD populate this property
wherever practical, but they MAY omit it if necessary (for example,