mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
fix: actor on follow
This commit is contained in:
parent
f7be000097
commit
2910702c19
|
|
@ -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(),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue