Ensure to store user-contact / display contact relations

This commit is contained in:
Michael 2023-05-29 06:41:07 +00:00
parent 89b6c4c73f
commit a42ddafbbb
4 changed files with 8 additions and 8 deletions

View file

@ -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 = '';
}