forked from mirror/pixelfed
Update Helpers.php
This commit is contained in:
parent
4f2faed756
commit
d723e207fd
|
@ -858,6 +858,11 @@ class Helpers
|
|||
return self::profileFirstOrNew($url);
|
||||
}
|
||||
|
||||
public static function getSignedFetch($url)
|
||||
{
|
||||
return ActivityPubFetchService::get($url);
|
||||
}
|
||||
|
||||
public static function sendSignedObject($profile, $url, $body)
|
||||
{
|
||||
if (app()->environment() !== 'production') {
|
||||
|
|
Loading…
Reference in New Issue