mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 08:45:14 +02:00
Merge pull request #8377 from annando/show-twitter
Show the relations of Twitter contacts
This commit is contained in:
commit
01f8847074
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue