Move local timeline before federated timeline

This commit is contained in:
Kitaiti Makoto 2022-05-07 04:43:00 +09:00
parent b9ea83a602
commit f401949037

View file

@ -91,7 +91,7 @@ impl Timeline {
if t1.user_id.is_some() && t2.user_id.is_none() {
Ordering::Less
} else {
Ordering::Equal
t1.id.cmp(&t2.id)
}
});
timelines