tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.47k stars 391 forks source link

Implement Emoji Reactions (Pleroma Extension) #1662

Open lambadalambda opened 4 years ago

lambadalambda commented 4 years ago

Pleroma supports a reaction system now that is very similar to how likes work. You can see them in action here: https://lain.com/notice/9rX5jNrK28tK19fAwa

I wrote a guide for implementers here: https://git.pleroma.social/snippets/1945

There's not much to do to support it. If you don't want to go for full support, it would be good to at least filter out unknown notification types in the notification display. Currently, emoji reaction notifications display as an empty box.

hazycora commented 1 year ago

Glitch-soc is getting emoji reactions soon as well (slightly different API from Pleroma/Akkoma's implementation though, from the looks of it)

ahstro commented 9 months ago

This would be a huge improvement for a lot of fedizens, as it is a feature on several of the fediverses' participating community spaces. Let's keep the fediverse decentralized ✊🖐️✊🖐

6058aa27-6ced-4d77-952a-bf55d59351c2 commented 7 months ago

My current understanding is that Pleroma only supports Unicode emojis, while the Glitch/*key implementation supports custom emojis, though I may be wrong.