Issue 8844: Fiy probing of unknown AP contacts

pull/8851/head
Michael 2020-07-07 04:47:15 +00:00
rodzic afdb827bd7
commit 99de216d15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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