Skip to content

Commit

Permalink
debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Aug 3, 2024
1 parent 92c9ad8 commit bbb613f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lysand/inbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ async fn follow_request(follow: super::objects::Follow) -> Result<()> {
}
let data = FEDERATION_CONFIG.get().unwrap();
let author = main_lysand_url_to_user_and_model(follow.author.into()).await?;
println!(
"Followee URL: {}",
&follow.followee.to_string()
);
let followee = lysand_url_to_user_and_model(follow.followee.into()).await?;
let serial_ap_author = serde_json::from_str::<crate::objects::person::Person>(
&(author.1.ap_json.clone()).unwrap(),
Expand Down

0 comments on commit bbb613f

Please sign in to comment.