]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Improved definition style
[friendica.git] / src / Module / Contact.php
index ee0ccce7ea16afd6ba4600b9420f9020727cf717..84420afaad9129476e6fe27831e4a0ff76932421 100644 (file)
@@ -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 = '';
                        }