mirror of
https://github.com/friendica/friendica
synced 2025-04-24 16:30:10 +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
|
@ -402,7 +402,7 @@ class Post extends BaseObject
|
|||
'thread_level' => $thread_level,
|
||||
'edited' => $edited,
|
||||
'network' => $item["network"],
|
||||
'network_name' => ContactSelector::networkToName($item['network'], $profile_link),
|
||||
'network_name' => ContactSelector::networkToName($item['network'], $item['author-link']),
|
||||
'received' => $item['received'],
|
||||
'commented' => $item['commented'],
|
||||
'created_date' => $item['created'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue