Function matrix_sdk_ui::room_list_service::filters::new_filter_joined
source ยท pub fn new_filter_joined() -> impl Filter
Expand description
Create a new filter that will filters out rooms that are not joined (see
matrix_sdk_base::RoomState::Joined
).