SVG icons for various fediverse systems

This commit is contained in:
Michael 2024-11-02 16:11:29 +00:00
parent 435c37bff4
commit e73566c0a1
115 changed files with 2640 additions and 236 deletions

View file

@ -608,6 +608,7 @@ class Post
'network' => $item['network'],
'network_name' => ContactSelector::networkToName($item['author-network'], $item['author-link'], $item['network'], $item['author-gsid']),
'network_icon' => ContactSelector::networkToIcon($item['network'], $item['author-link'], $item['author-gsid']),
'network_svg' => ContactSelector::networkToSVG($item['network'], $item['author-link'], $item['author-gsid'], '', DI::userSession()->getLocalUserId()),
'received' => $item['received'],
'commented' => $item['commented'],
'created_date' => $item['created'],