X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FProbe.php;h=920dac47e6771911002a8fefc4f9546855cdc388;hb=a98957eeb29cfb142dfc4cd3e03c5bdfbc373466;hp=76d9da0e23ec344ab7e6c8c32b3bfc0e46d8e660;hpb=b9873a88a5bb19f2d493739a072c6ac3f745e76e;p=friendica.git diff --git a/src/Network/Probe.php b/src/Network/Probe.php index 76d9da0e23..920dac47e6 100644 --- a/src/Network/Probe.php +++ b/src/Network/Probe.php @@ -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 = []; }