diff --git a/src/Module/Contact.php b/src/Module/Contact.php index ee0ccce7e..84420afaa 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -513,7 +513,7 @@ class Contact extends BaseModule $relation_text = ''; } - if (!in_array($contact['network'], Protocol::FEDERATED)) { + if (!in_array($contact['network'], array_merge(Protocol::FEDERATED, [Protocol::TWITTER]))) { $relation_text = ''; }