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