mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22:54 +00:00
Merge pull request #8851 from annando/issue-8844
Issue 8844: Fix probing of unknown AP contacts
This commit is contained in:
commit
5c0e079ca6
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue