mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Added to-do
This commit is contained in:
parent
67fa6aa809
commit
a62ccf0ec1
1 changed files with 1 additions and 0 deletions
|
@ -579,6 +579,7 @@ function contacts_content(App $a)
|
||||||
$profile_select = ContactSelector::profileAssign($contact['profile-id'], (($contact['network'] !== NETWORK_DFRN) ? true : false));
|
$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 = '';
|
||||||
$follow_text = '';
|
$follow_text = '';
|
||||||
if (in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_DFRN])) {
|
if (in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_DFRN])) {
|
||||||
|
|
Loading…
Reference in a new issue