FEP-c0e0: Emoji reactions - ActivityPub - SocialHub
https://socialhub.activitypub.rocks/t/fep-c0e0-emoji-reactions/4443
リアクションは`Like`であるべきか問題なあ。個人的には「`Like`であるべき」派なのだけど。
これについて書いたものの下書きがあるので、とりあえずここにメモしておくか:
The upside of the `Like` representation over the custom activity representation is that reactions can at least be interpreted as plain `Like`s even if the recipient server doesn't fully support the reaction feature.
The downside, on the other hand, is that, well, the reactions are interpreted as `Like`s if the recipient server doesn't support the reaction feature, even when the reaction doesn't bear positive intent at all (e.g. the thumbs down emoji: 👎).
instead of just throwing a 👎 emoji. If you want to have a vote, you can use the `Question` activity. Also, Reddit-style downvotes are commonly implemented with the `Dislike` activity AFAICT, whose semantics is much clearer than arbitrarily chosen emojis.
That said, it'd still be inevitable that some users exploit reactions in an abusive way and we'd need some sort of moderation and filtering mechanisms, [TODO].
(To be clear, this thread is a resurrection of a shelved draft GH issue from >0.5 year ago and it's not written specifically for the FEP)