mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
eeee
This commit is contained in:
parent
5cc9b91a15
commit
88c80a9045
|
|
@ -55,6 +55,7 @@ async fn query_post(
|
|||
let target =
|
||||
webfinger_resolve_actor::<State, user::Model>(user.as_str(), &data.to_request_data())
|
||||
.await?;
|
||||
println!("!!!!!!! DB USER GOT");
|
||||
let lysand_user = lysand_user_from_db(target).await?;
|
||||
|
||||
return Ok(HttpResponse::Ok()
|
||||
|
|
|
|||
Loading…
Reference in a new issue