Skip to main content

room_has_matching_member

Function room_has_matching_member 

Source
async fn room_has_matching_member(
    services: &Services,
    room_id: &RoomId,
    pattern: &Regex,
    sole_member: bool,
) -> bool