mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 13:44:13 +00:00
Update AP Helpers, remove unused function
This commit is contained in:
parent
823bcbc69a
commit
f7f16c185e
1 changed files with 0 additions and 10 deletions
|
@ -444,14 +444,4 @@ class Helpers {
|
||||||
->payload($body)
|
->payload($body)
|
||||||
->send();
|
->send();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function apSignedPostRequest($profile, $url, $body)
|
|
||||||
{
|
|
||||||
ActivityPubDeliveryService::queue()
|
|
||||||
->from($profile)
|
|
||||||
->to($url)
|
|
||||||
->payload($body)
|
|
||||||
->send();
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue