Emoji¶
Emojis are documented in FEP-9098
In the support table:
- ✅ means Emoji parsed
-means Emoji not parsed- ❌ failed to process, i.e. no message received in the application.
Support table¶
| X | content | akkoma | gotosocial | hollo | mastodon | mitra | pleroma | sharkey |
|---|---|---|---|---|---|---|---|---|
| # | emoji base properties :cow1:[ {“type”: “Emoji”, “name”: “:cow1:”, “updated”: “2025-01-22T12:57:33Z”, “icon”: {“type”: “Image”, “mediaType”: “image/png”, “url”: “http://pasture-one-actor/assets/cow_emoji.png” } } ] |
✅ | - | - | ✅ | ✅ | ✅ | ✅ |
| # | emoji minimal properties [ {“type”: “Emoji”, “name”: “ “icon”: {“url”: “http://pasture-one-actor/assets/cow_emoji.png” } } ] |
❌ | - | - | ✅ | ✅ | ❌ | ✅ |
| # | emoji with type of icon :cow3:[ {“type”: “Emoji”, “name”: “:cow3:”, “icon”: {“type”: “Image”, “url”: “http://pasture-one-actor/assets/cow_emoji.png” } } ] |
✅ | - | - | ✅ | ✅ | ✅ | ✅ |
| # | emoji with inlined icon :cow4:[ {“type”: “Emoji”, “name”: “:cow4:”, “icon”: “http://pasture-one-actor/assets/cow_emoji.png” } ] |
❌ | - | - | ❌ | - | ❌ | - |
| # | emoji with id :cow5:[ {“id”: “http://pasture-one-actor/assets/cow_emoji.jsonap”, “type”: “Emoji”, “name”: “:cow5:”, “updated”: “2025-01-22T12:57:33Z”, “icon”: {“type”: “Image”, “mediaType”: “image/png”, “url”: “http://pasture-one-actor/assets/cow_emoji.png” } } ] |
✅ | ✅ | - | ✅ | ✅ | ✅ | ✅ |
| # | emoji with missing icon :cow6:[ {“type”: “Emoji”, “name”: “:cow6:” } ] |
❌ | - | - | - | - | ❌ | - |
| # | emoji just id [ “http://pasture-one-actor/assets/cow_emoji.jsonap” ] |
- | - | ❌ | - | - | - | - |