1
0
Fork 0

Update AP Helpers, remove unused function

This commit is contained in:
Daniel Supernault 2020-02-01 21:08:46 -07:00
parent 823bcbc69a
commit f7f16c185e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 10 deletions

View File

@ -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();
}
}