From 6bef9fb230da7841ebc03ba5f5831eb5e12984a0 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 7 Mar 2020 13:05:16 +0000 Subject: [PATCH] Show the relations of Twitter contacts --- src/Module/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; }