mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 04:41:19 +00:00
commit
2180bd0369
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ where
|
|||
let res2: Kind::ApubType = res.json().await?;
|
||||
|
||||
Kind::verify(&res2, self.inner(), data, request_counter).await?;
|
||||
Ok(Kind::from_apub(res2, data, request_counter).await?)
|
||||
Kind::from_apub(res2, data, request_counter).await
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue