add: close friends stack
This commit is contained in:
parent
407155e6c4
commit
5fafc8d7b9
83 changed files with 479 additions and 213 deletions
|
@ -850,7 +850,7 @@ pub async fn all_request(
|
|||
};
|
||||
|
||||
match data
|
||||
.get_latest_posts(12, props.page, &Some(user.clone()), props.before)
|
||||
.get_latest_posts(12, &Some(user.clone()), props.before)
|
||||
.await
|
||||
{
|
||||
Ok(posts) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue