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

@ -452,7 +452,7 @@ class Post extends BaseObject
'thread_level' => $thread_level,
'edited' => $edited,
'network' => $item["network"],
'network_name' => ContactSelector::networkToName($item['network'], $item['author-link']),
'network_name' => ContactSelector::networkToName($item['author-network'], $item['author-link'], $item['network']),
'network_icon' => ContactSelector::networkToIcon($item['network'], $item['author-link']),
'received' => $item['received'],
'commented' => $item['commented'],