From a62ccf0ec1681013c92182226416746e93fa1423 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Mar 2018 07:27:18 +0000 Subject: [PATCH] Added to-do --- mod/contacts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/contacts.php b/mod/contacts.php index 0b57dbff18..d77192e024 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -579,6 +579,7 @@ function contacts_content(App $a) $profile_select = ContactSelector::profileAssign($contact['profile-id'], (($contact['network'] !== NETWORK_DFRN) ? true : false)); } + /// @todo Only show the following link with DFRN when the remote version supports it $follow = ''; $follow_text = ''; if (in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_DFRN])) {