mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +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)
|
||||
->send();
|
||||
}
|
||||
|
||||
public static function apSignedPostRequest($profile, $url, $body)
|
||||
{
|
||||
ActivityPubDeliveryService::queue()
|
||||
->from($profile)
|
||||
->to($url)
|
||||
->payload($body)
|
||||
->send();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue