mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
Issue 7563: Use icons instead of names on posts
This commit is contained in:
parent
b70181f9c9
commit
9cbf320c86
5 changed files with 108 additions and 11 deletions
|
@ -426,6 +426,7 @@ class Post extends BaseObject
|
|||
'edited' => $edited,
|
||||
'network' => $item["network"],
|
||||
'network_name' => ContactSelector::networkToName($item['network'], $item['author-link']),
|
||||
'network_icon' => ContactSelector::networkToIcon($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