Sfoglia il codice sorgente

Update Helpers.php

Daniel Supernault 11 mesi fa
parent
commit
d723e207fd
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      app/Util/ActivityPub/Helpers.php

+ 5 - 0
app/Util/ActivityPub/Helpers.php

@@ -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') {