fn check_room_create<Pdu>(
room_create_event: &RoomCreateEvent<Pdu>,
rules: &AuthorizationRules,
) -> Resultwhere
Pdu: Event,Expand description
Check whether the given event passes the m.room.create authorization
rules.
fn check_room_create<Pdu>(
room_create_event: &RoomCreateEvent<Pdu>,
rules: &AuthorizationRules,
) -> Resultwhere
Pdu: Event,Check whether the given event passes the m.room.create authorization
rules.