From: Philipp Date: Mon, 16 Dec 2019 07:07:14 +0000 (+0100) Subject: Merge pull request #7958 from tobiasd/20191216-lng X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbc47da750e34fa1fd6160fd62d76d0271bdcc3c;hp=4f58c1a5fc6744a5a471e81fd528ac375d10d4b8;p=friendica.git Merge pull request #7958 from tobiasd/20191216-lng DE, ET, JA, NL and PL translation updates --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 76c9cd0169..534c99d465 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -1230,7 +1230,7 @@ class Contact extends BaseObject $follow_link = ''; $unfollow_link = ''; - if (in_array($contact['network'], Protocol::NATIVE_SUPPORT)) { + if (!$contact['self'] && in_array($contact['network'], Protocol::NATIVE_SUPPORT)) { if ($contact['uid'] && in_array($contact['rel'], [self::SHARING, self::FRIEND])) { $unfollow_link = 'unfollow?url=' . urlencode($contact['url']); } elseif(!$contact['pending']) {