fix: actor on follow

This commit is contained in:
aprilthepink 2024-08-03 08:10:22 +02:00
parent f7be000097
commit 2910702c19

View file

@ -114,7 +114,7 @@ async fn follow_request(follow: super::objects::Follow) -> Result<()> {
let sends = SendActivityTask::prepare( let sends = SendActivityTask::prepare(
&create_with_context, &create_with_context,
&data.local_user().await.unwrap(), &author.1,
vec![serial_ap_followee.inbox], vec![serial_ap_followee.inbox],
&data.to_request_data(), &data.to_request_data(),
) )