mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Ensure to store user-contact / display contact relations
This commit is contained in:
parent
89b6c4c73f
commit
a42ddafbbb
4 changed files with 8 additions and 8 deletions
|
@ -246,7 +246,7 @@ class Profile extends BaseModule
|
|||
$relation_text = '';
|
||||
}
|
||||
|
||||
if (!in_array($contact['network'], array_merge(Protocol::FEDERATED, [Protocol::TWITTER]))) {
|
||||
if (!Protocol::supportsFollow($contact['network'])) {
|
||||
$relation_text = '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue