mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue