mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
fix link
This commit is contained in:
parent
0697c82d41
commit
31e575de02
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue