Ensure to store user-contact / display contact relations
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user