mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +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(
|
||||
&create_with_context,
|
||||
&data.local_user().await.unwrap(),
|
||||
&author.1,
|
||||
vec![serial_ap_followee.inbox],
|
||||
&data.to_request_data(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue