fix: post page reposting
This commit is contained in:
parent
a6aa2488c4
commit
c55d8bd38b
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ pub async fn post_request(
|
|||
}
|
||||
|
||||
// check repost
|
||||
let reposting = data.0.get_post_reposting(&post, &ignore_users, &user).await;
|
||||
let (_, reposting) = data.0.get_post_reposting(&post, &ignore_users, &user).await;
|
||||
|
||||
// check question
|
||||
let question = match data.0.get_post_question(&post, &ignore_users).await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue