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 = []; }