Update Helpers.php

groups
Daniel Supernault 7 months ago
parent 4f2faed756
commit d723e207fd
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

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