From: Michael Date: Tue, 7 Jul 2020 04:47:15 +0000 (+0000) Subject: Issue 8844: Fiy probing of unknown AP contacts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99de216d15dc752b2649ae559688d13ae9e6b2ea;p=friendica.git Issue 8844: Fiy probing of unknown AP contacts --- 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 = []; }