Additionally display the protocol together with the network

This commit is contained in:
Michael 2019-12-27 17:24:29 +00:00
parent 6fa1dfa86a
commit c037e9143c
6 changed files with 18 additions and 13 deletions

View file

@ -102,7 +102,7 @@ class Contacts extends BaseModule
'url' => Contact::magicLink($contact['url']),
'sparkle' => '',
'itemurl' => $contact_details['addr'] ? : $contact['url'],
'network' => ContactSelector::networkToName($contact['network'], $contact['url']),
'network' => ContactSelector::networkToName($contact['network'], $contact['url'], $contact['protocol']),
];
}