cookiemumbles / justmytoots.com

Apache License 2.0
22 stars 3 forks source link

ui: render mastodon icons in usernames and text #3

Closed cookiemumbles closed 1 year ago

cookiemumbles commented 1 year ago

Example: https://justmytoots.com/robotrecall@beige.party

cookiemumbles commented 1 year ago

The emojis are simply linked in the toots:

{
    [...]
    "content": "<p>:pacman: :verified: :verified:</p>",
    [...]
    "emojis": [
        {
            "shortcode": "pacman",
            "url": "https://files.ohai.social/cache/custom_emojis/images/000/022/264/original/e6e47e772bd4867d.png",
            "static_url": "https://files.ohai.social/cache/custom_emojis/images/000/022/264/static/e6e47e772bd4867d.png",
            "visible_in_picker": true
        },
        {
            "shortcode": "verified",
            "url": "https://files.ohai.social/cache/custom_emojis/images/000/003/209/original/037a63cd918dfa88.png",
            "static_url": "https://files.ohai.social/cache/custom_emojis/images/000/003/209/static/037a63cd918dfa88.png",
            "visible_in_picker": true
        }
    ]
}