Added to-do

This commit is contained in:
Michael 2018-03-16 07:27:18 +00:00
parent 67fa6aa809
commit a62ccf0ec1
1 changed files with 1 additions and 0 deletions

View 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])) {