Skip to content

Commit

Permalink
10h of debugging, one issue found
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Aug 3, 2024
1 parent 42c9c19 commit 6997e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lysand/inbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ async fn follow_request(follow: super::objects::Follow) -> Result<()> {

let id = uuid::Uuid::now_v7().to_string();

let followee_object: ObjectId<user::Model> = serial_ap_followee.url.into();
let localuser_object: ObjectId<user::Model> = serial_ap_author.url.into();
let followee_object: ObjectId<user::Model> = serial_ap_followee.id;
let localuser_object: ObjectId<user::Model> = serial_ap_author.id;

println!(
"Sending follow request to {}",
Expand Down

0 comments on commit 6997e4d

Please sign in to comment.