]> git.mxchange.org Git - friendica.git/commitdiff
Added to-do
authorMichael <heluecht@pirati.ca>
Fri, 16 Mar 2018 07:27:18 +0000 (07:27 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 16 Mar 2018 07:27:18 +0000 (07:27 +0000)
mod/contacts.php

index 0b57dbff18b893588cddb1437d5a7e88e273c375..d77192e02426c73cc26db567fdbecafa4211e607 100644 (file)
@@ -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])) {