mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +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)) {
|
if (empty($network) || ($network == Protocol::ACTIVITYPUB)) {
|
||||||
$ap_profile = ActivityPub::probeProfile($uri, !$cache);
|
$ap_profile = ActivityPub::probeProfile($uri);
|
||||||
} else {
|
} else {
|
||||||
$ap_profile = [];
|
$ap_profile = [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue