pub fn new_sorter_recency() -> impl SorterExpand description
Create a new sorter that will sort two RoomListItem by “recency score”,
i.e. by comparing their RoomInfo::latest_event_value’s timestamp value,
or their RoomInfo::recency_stamp value. The Room with the newest
“recency score” comes first, i.e. newest < oldest.