diff --git a/src/Model/Contact.php b/src/Model/Contact.php index bf1a50cbc4..61dd688c77 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2542,6 +2542,11 @@ class Contact } else { $probed = true; $ret = Probe::uri($url, $network, $uid); + + // Ensure that the public contact exists + if ($ret['network'] != Protocol::PHANTOM) { + self::getIdForURL($url); + } } if (($network != '') && ($ret['network'] != $network)) {