Skip to content

Commit

Permalink
Clarify that join rules must be in auth events for knock events
Browse files Browse the repository at this point in the history
Since it is necessary for passing the authorization rules

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Jan 24, 2025
1 parent 9e0f2aa commit 206dff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/server-server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ 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
- If `membership` is `join`, `invite` or `knock`, the current
`m.room.join_rules` event, if any.
- If membership is `invite` and `content` contains a
`third_party_invite` property, the current
Expand Down

0 comments on commit 206dff0

Please sign in to comment.