Update AP Helpers, remove unused function

pull/1985/head
Daniel Supernault 5 years ago
parent 823bcbc69a
commit f7f16c185e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save