mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Move local timeline before federated timeline
This commit is contained in:
parent
b9ea83a602
commit
f401949037
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue