Show the relations of Twitter contacts
This commit is contained in:
parent
79eeb40969
commit
6bef9fb230
|
@ -513,7 +513,7 @@ class Contact extends BaseModule
|
||||||
$relation_text = '';
|
$relation_text = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!in_array($contact['network'], Protocol::FEDERATED)) {
|
if (!in_array($contact['network'], array_merge(Protocol::FEDERATED, [Protocol::TWITTER]))) {
|
||||||
$relation_text = '';
|
$relation_text = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue