]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/Probe.php
Merge pull request #8912 from annando/subscribed-tags
[friendica.git] / src / Network / Probe.php
index 76d9da0e23ec344ab7e6c8c32b3bfc0e46d8e660..920dac47e6771911002a8fefc4f9546855cdc388 100644 (file)
@@ -342,7 +342,7 @@ class Probe
                }
 
                if (empty($network) || ($network == Protocol::ACTIVITYPUB)) {
-                       $ap_profile = ActivityPub::probeProfile($uri, !$cache);
+                       $ap_profile = ActivityPub::probeProfile($uri);
                } else {
                        $ap_profile = [];
                }