From: Michael Date: Sat, 7 Mar 2020 13:05:16 +0000 (+0000) Subject: Show the relations of Twitter contacts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bef9fb230da7841ebc03ba5f5831eb5e12984a0;p=friendica.git Show the relations of Twitter contacts --- diff --git a/src/Module/Contact.php b/src/Module/Contact.php index ee0ccce7ea..84420afaad 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 = ''; }