Fix broken Markdown lists
This commit is contained in:
parent
02a41edc76
commit
f0a4f59bb0
3 changed files with 48 additions and 48 deletions
|
@ -431,13 +431,13 @@ the following subset of the room state:
|
|||
|
||||
- If type is `m.room.member`:
|
||||
|
||||
> - The target's current `m.room.member` event, if any.
|
||||
> - If `membership` is `join` or `invite`, the current
|
||||
> `m.room.join_rules` event, if any.
|
||||
> - If membership is `invite` and `content` contains a
|
||||
> `third_party_invite` property, the current
|
||||
> `m.room.third_party_invite` event with `state_key` matching
|
||||
> `content.third_party_invite.signed.token`, if any.
|
||||
- The target's current `m.room.member` event, if any.
|
||||
- If `membership` is `join` or `invite`, the current
|
||||
`m.room.join_rules` event, if any.
|
||||
- If membership is `invite` and `content` contains a
|
||||
`third_party_invite` property, the current
|
||||
`m.room.third_party_invite` event with `state_key` matching
|
||||
`content.third_party_invite.signed.token`, if any.
|
||||
|
||||
#### Rejection
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue