Skip to main contentModule room_member
Source - check_room_member ๐
- Check whether the given event passes the
m.room.member authorization
rules. - check_room_member_ban ๐
- Check whether the given event passes the
m.room.member authorization rules
with a membership of ban. - check_room_member_invite ๐
- Check whether the given event passes the
m.room.member authorization rules
with a membership of invite. - check_room_member_join ๐
- Check whether the given event passes the
m.room.member authorization rules
with a membership of join. - check_room_member_knock ๐
- Check whether the given event passes the
m.room.member authorization rules
with a membership of knock. - check_room_member_leave ๐
- Check whether the given event passes the
m.room.member authorization rules
with a membership of leave. - check_third_party_invite ๐
- Check whether the
third_party_invite from the m.room.member event passes
the authorization rules.