]> git.mxchange.org Git - friendica.git/commitdiff
Issue 8844: Fiy probing of unknown AP contacts
authorMichael <heluecht@pirati.ca>
Tue, 7 Jul 2020 04:47:15 +0000 (04:47 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 7 Jul 2020 04:47:15 +0000 (04:47 +0000)
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 = [];
                }