mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +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 id = uuid::Uuid::now_v7().to_string();
|
||||||
|
|
||||||
let followee_object: ObjectId<user::Model> = serial_ap_followee.url.into();
|
let followee_object: ObjectId<user::Model> = serial_ap_followee.id;
|
||||||
let localuser_object: ObjectId<user::Model> = serial_ap_author.url.into();
|
let localuser_object: ObjectId<user::Model> = serial_ap_author.id;
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"Sending follow request to {}",
|
"Sending follow request to {}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue