]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Partly revert the contact-relation sruff
[friendica.git] / src / Model / Contact.php
index 3029413853be2d2786dea670522b49d19356d2fa..f96c556d241784ce4e86279b7c6517efa0f2c4cc 100644 (file)
@@ -2688,10 +2688,6 @@ class Contact
                        return $destination;
                }
 
-               if (!empty($contact['uid']) || empty($contact['network'])) {
-                       return self::magicLink($contact['url'], $url);
-               }
-
                if (empty($contact['id'])) {
                        return $destination;
                }