Only perform a PoCo discovery when hadn't been one via AP
This commit is contained in:
parent
1ce9a31ca4
commit
10d866bad9
1 changed files with 1 additions and 0 deletions
|
@ -1309,6 +1309,7 @@ class GContact
|
|||
Worker::add(PRIORITY_LOW, 'UpdateGContact', $contact);
|
||||
}
|
||||
Logger::info('AP contacts discovery finished', ['url' => $url]);
|
||||
return;
|
||||
}
|
||||
|
||||
$data = Probe::uri($url);
|
||||
|
|
Loading…
Reference in a new issue