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

@ -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;