neatchee / mastodon

A glitchy but lovable microblogging server
https://glitch-soc.github.io/docs/
GNU Affero General Public License v3.0
15 stars 7 forks source link

Add a way to see who reacted to a post #39

Open deanveloper opened 1 year ago

deanveloper commented 1 year ago

Pitch

From https://urusai.social/@rosey/109776331068351248

This proposes 2 things:

  1. A "reactions list page", similar to {statuslink}/favorites or {statuslink}/reblogs which shows who reacted with what
  2. Adding the information about who reacted to the post to the tooltip of the reaction

I think we can just add this information to the title attribute of the reaction, no need to go all-out like discord does with a whole overlay+tooltip system (for now).

Motivation

It's great to know who reacted to things!

deanveloper commented 1 year ago

I did a little digging into this. Right now there's no API to see who reacted to a post, so I'll have to do a little digging around that since the information isn't given with the post info: image