mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
We now can show "Friendica (AP)" as network name
This commit is contained in:
parent
be7bd10678
commit
9fbaaa1481
3 changed files with 33 additions and 13 deletions
|
@ -657,7 +657,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
'id' => ($preview ? 'P0' : $item['id']),
|
||||
'guid' => ($preview ? 'Q0' : $item['guid']),
|
||||
'network' => $item['network'],
|
||||
'network_name' => ContactSelector::networkToName($item['network'], $profile_link),
|
||||
'network_name' => ContactSelector::networkToName($item['network'], $item['author-link']),
|
||||
'linktitle' => L10n::t('View %s\'s profile @ %s', $profile_name, $item['author-link']),
|
||||
'profile_url' => $profile_link,
|
||||
'item_photo_menu' => item_photo_menu($item),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue