Issue 8844: Fiy probing of unknown AP contacts
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user