Skip to main content

check_room_create

Function check_room_create 

Source
fn check_room_create<Pdu>(
    room_create_event: &RoomCreateEvent<Pdu>,
    rules: &AuthorizationRules,
) -> Result
where Pdu: Event,
Expand description

Check whether the given event passes the m.room.create authorization rules.