fix: duplicated posts in all timeline
This commit is contained in:
parent
1dc0611298
commit
e5b6b5a4d4
9 changed files with 34 additions and 43 deletions
|
@ -838,7 +838,7 @@ pub async fn all_request(
|
|||
};
|
||||
|
||||
match data
|
||||
.get_latest_posts(12, props.page, &Some(user.clone()))
|
||||
.get_latest_posts(12, props.page, &Some(user.clone()), props.before)
|
||||
.await
|
||||
{
|
||||
Ok(posts) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue