Function matrix_sdk_ui::room_list_service::sorters::new_sorter_recency
source ยท pub fn new_sorter_recency() -> impl Sorter
Expand description
Create a new sorter that will sort two Room
by recency, i.e. by
comparing their RoomInfo::recency_stamp
value. The Room
with the
newest recency stamp comes first, i.e. newest < oldest.