Ich liebe es, dass snac2 jetzt auch reactions kann.
Die habe ich mir schon lange gewünscht für eine kurze aber differenziere Rückmeldung zu etwas das ich gesehen habe.
Nur schade das Mastodon das nicht sehen kann, deren Nutzer sind die deutliche Mehrheit in meiner Bubble.

#Mastoson #Snac #Snac2 #reaction #emoji #emojireactions #acticitypub #fediverse
snac2/RELEASE_NOTES.md at master

snac2 - A simple, minimalistic ActivityPub instance written in portable C

Codeberg.org

Successful #collaboration is at the heart of project management. That's why our Activity tab for work packages has been completely revised two weeks ago.

💬 Interaction is now more intuitive and direct than ever. And with the addition of 🎉 emoji reactions, collaborating has never been more engaging.

➡️ Discover how OpenProject can transform your team’s collaboration: https://www.openproject.org/blog/project-interaction-collaboration

#ProjectManagement #TeamCollaboration #OpenSource #EmojiReactions #Interaction #OpenProject

Efficient and fun project collaboration with OpenProject's interaction features

Working together online requires software that is designed for seamless collaboration. Discover the interactive features of OpenProject that will turn your next project into a successful team effort.

OpenProject.org
Signal rolls out exciting new call features! 📞✨ Now you can share call links, react with emojis, use a "raise hand" button, and access a dedicated calls history tab. Enhanced communication at your fingertips! #Signal #NewFeatures #MessagingApp #TechUpdate #EmojiReactions #VoiceCalls #DigitalCommunication #TechNews
»#Signal #calls now work a lot more like Meet and Zoom: New features like #calllinks and #emojireactions could make taking calls on Signal more appealing.« https://www.theverge.com/2024/11/11/24293873/signal-calls-work-like-meet-zoom?eicker.news #tech #media
Signal calls now work a lot more like Meet and Zoom

Signal is making a bunch of improvements so they are more competitive with other video calling services, including the ability to share a link to a call so you can chat with them using voice.

The Verge
@moira I understand there are priorities, but that implies that the Mastodon team doesn't consider emoji reactions to be a high-priority feature, which saddens me greatly. I at least hope it means they're going to implement quote posts relatively soon. That's another feature that's already available on Misskey and Firefish. #EmojiReactions
@moira I can only speak for myself and others who agree with me, but we feel the emoji reactions greatly enhance the way we communicate with each other in the Fediverse. If you like a post, give it a favourite. If it gets you thinking, give it a "hmmm." If you're mad at it or what it mentions, give it a mad face. Misskey and Firefish also have a wide variety of emojis that express different feelings and emotions - such as "I agree," "So cute," "Right on," etc. You might argue that one can just reply and say "Right on," but it's different. #EmojiReactions
So... can anyone explain why Mastodon doesn't want to implement emoij reactions as used by other Fediverse servers like Misskey, Pleroma and Firefish? #EmojiReactions

I used to think that #emoji #reactions are for the illiterate.

Then I got addicted to them in Signal and Matrix.

Now I can't wait for #Jabber clients to implement them. Why is this #XEP still experimental after 5 years, @larma ?
https://xmpp.org/extensions/xep-0444.html

#xmpp #xep444 #emojiReactions

XEP-0444: Message Reactions

#npptech

Discover the power of Micro Talk - concise interactions that foster deeper connections by emphasizing non-verbal cues and mutual respect. Make every interaction count in today's fast-paced society. #MicroTalk #SocialConnections

https://t.co/2gQTypv8cG

#microtalk
#concisecommunication
#emojireactions

Revolutionary ‘Micro Talk’ Trend Takes Over! | News Peak Press

…for Glitch draft PR #2221 (not yet merged but deployed by catcatnya.com and wetdry.world, among others) and other implementations that implement it (my ports to Firefish and Iceshrimp).

displaying reactions

status objects now have a reactions field. if present, this will be a list of Mastodon Reaction objects, the same kind used by the existing announcements API. display them the same way you'd display reactions to an instance announcement.

adding and removing reactions

there are two new endpoints: POST /api/v1/statuses/:id/react/:name and POST /api/v1/statuses/:id/unreact/:name. id is a status ID. name can be a Unicode emoji, a local custom emoji shortcode, or a remote custom emoji shortcode (these last look like [email protected]). these endpoints do not take a request body, and return an updated Status object including the reaction changes.

reaction cap

instances have a limit on how many unique reactions you can have to a status. you can find this value in GET /api/v1/instance under .configuration.reactions.max_reactions (and you can use the presence of .configuration.reactions to detect the the reactions API).

if the number of reactions to a status with the me field set to true is equal to max_reactions, you should hide whatever button you use to add a reaction. ignoring the cap will lead to an error (Glitch) or previous reactions being removed (Firefish/Iceshrimp).

reaction notifications

there is now a reaction notification type for when an account reacts to a status. under Firefish and Iceshrimp, this notification type has a reaction field as well as account and status, which is a Reaction object with a count of 1, so that clients can show the actual reaction. this field isn't present under Glitch (yet?).

#MastoDev #FediDev #EmojiReactions #Glitch #GlitchSoc #Firefish #Iceshrimp

Add Support for Emoji Reactions (Replaces #1980 and #2127) by kescherCode · Pull Request #2221 · glitch-soc/mastodon

Yet another attempt. I've gone ahead and rewrote the history a little bit to remove some of the erroneous contents some commits had when they were cherry-picked from Catstodon. Thanks @fef1312 ...

GitHub