Contacts can now be updated from every theme

This commit is contained in:
Michael 2020-11-22 08:15:17 +00:00
parent 2dd56bcb0d
commit b52ba79620
6 changed files with 3 additions and 15 deletions

View file

@ -1139,7 +1139,7 @@ class Contact extends BaseModule
];
}
if (in_array($contact['network'], Protocol::FEDERATED)) {
if (in_array($contact['network'], Protocol::NATIVE_SUPPORT)) {
$contact_actions['updateprofile'] = [
'label' => DI::l10n()->t('Refetch contact data'),
'url' => 'contact/' . $contact['id'] . '/updateprofile',