Move local timeline before federated timeline

buildenv-rust-toolchain
Kitaiti Makoto 2 years ago
parent b9ea83a602
commit f401949037

@ -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

Loading…
Cancel
Save