]> git.mxchange.org Git - friendica.git/commitdiff
Only perform a PoCo discovery when hadn't been one via AP
authorMichael <heluecht@pirati.ca>
Fri, 6 Mar 2020 07:06:02 +0000 (07:06 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 6 Mar 2020 07:06:02 +0000 (07:06 +0000)
src/Model/GContact.php

index e61b27d84e30710365cd81803bb7f90871c25f3a..6f41fd732575f009b2b8b88937c39799ca1d425a 100644 (file)
@@ -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);