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
).
pub fn new_filter_joined() -> impl Filter
Create a new filter that will filters out rooms that are not joined (see
matrix_sdk_base::RoomState::Joined
).