From: Michael Vogel Date: Sun, 21 Feb 2021 19:51:00 +0000 (+0100) Subject: Avoid endless loop with the MagicLink X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1935ec566a0f3ee79a3538239e96b62a69804c42;p=friendica.git Avoid endless loop with the MagicLink --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 3029413853..f96c556d24 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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; }