mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
SVG icons for various fediverse systems
This commit is contained in:
parent
435c37bff4
commit
e73566c0a1
115 changed files with 2640 additions and 236 deletions
|
@ -932,6 +932,7 @@ class BBCode
|
|||
'$guid' => $attributes['guid'],
|
||||
'$network_name' => ContactSelector::networkToName($network, $attributes['profile']),
|
||||
'$network_icon' => ContactSelector::networkToIcon($network, $attributes['profile']),
|
||||
'$network_svg' => ContactSelector::networkToSVG($network, $attributes['profile']),
|
||||
'$content' => self::TOP_ANCHOR . self::setMentions(trim($content), 0, $network) . self::BOTTOM_ANCHOR,
|
||||
]);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue