pub fn new_filter_normalized_match_room_name(pattern: &str) -> impl Filter
Expand description
Create a new filter that will “normalized” match a pattern on room names.
Rooms are fetched from the Client
. The pattern and the room names are
normalized with normalize_string
.