From 99de216d15dc752b2649ae559688d13ae9e6b2ea Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 7 Jul 2020 04:47:15 +0000 Subject: [PATCH] Issue 8844: Fiy probing of unknown AP contacts --- src/Network/Probe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []; }