Skip to main content

Module room_member

Module room_member 

Source

Functionsยง

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.