You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Mastodon allows custom emojis to be used in Post texts and Profile descriptions.
As we want to add support for Mastodon we should look into supporting this at some time.
As major problem though is that a normal Gtk.Label can't display other widgets inside, which will likely require some more work.
The developers of Fractal for example have solved the problem on their side with a custom widget, so we could maybe borrow some ideas from there.