Only perform a PoCo discovery when hadn't been one via AP

This commit is contained in:
Michael 2020-03-06 07:06:02 +00:00
parent 1ce9a31ca4
commit 10d866bad9

View File

@ -1309,6 +1309,7 @@ class GContact
Worker::add(PRIORITY_LOW, 'UpdateGContact', $contact); Worker::add(PRIORITY_LOW, 'UpdateGContact', $contact);
} }
Logger::info('AP contacts discovery finished', ['url' => $url]); Logger::info('AP contacts discovery finished', ['url' => $url]);
return;
} }
$data = Probe::uri($url); $data = Probe::uri($url);