mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
10h of debugging, one issue found
This commit is contained in:
parent
42c9c19509
commit
6997e4d994
|
|
@ -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 {}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue