mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-09-13 11:41:25 +00:00
unicode_smilies/unicode_smilies.php aktualisiert
The Unicode symbol "asterism" is considered an unofficial Fediverse symbol. Hence its inclusion in the Unicode app. Quelle: https://fediverse-symbol.codeberg.page/fediverse-symbol/
This commit is contained in:
parent
4556fd8656
commit
bda126e989
1 changed files with 1 additions and 0 deletions
|
@ -1293,6 +1293,7 @@ function unicode_smilies_smilies(array &$b)
|
|||
Smilies::add($b, ':microscope:', '🔬');
|
||||
Smilies::add($b, ':telescope:', '🔭');
|
||||
Smilies::add($b, ':satellite antenna:', '📡');
|
||||
Smilies::add($b, ':asterism:', '⁂');
|
||||
|
||||
// medical
|
||||
Smilies::add($b, ':syringe:', '💉');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue