Merge pull request #8851 from annando/issue-8844

Issue 8844: Fix probing of unknown AP contacts
2022.09-rc
Hypolite Petovan 2020-07-07 08:56:10 -04:00 zatwierdzone przez GitHub
commit 5c0e079ca6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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)) { if (empty($network) || ($network == Protocol::ACTIVITYPUB)) {
$ap_profile = ActivityPub::probeProfile($uri, !$cache); $ap_profile = ActivityPub::probeProfile($uri);
} else { } else {
$ap_profile = []; $ap_profile = [];
} }