prose-im / prose-app-macos

Prose macOS application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
58 stars 3 forks source link

Reactions & Retractions #94

Closed nesium closed 2 years ago

nesium commented 2 years ago

This PR adds support for sending and receiving message reactions as well as retracting messages. It also fixes the broken unit and UI tests.

I've updated the use of Character for reactions with a custom Reactions struct for future compatibility. I'm assuming that at some point we'll allow people their own emojis. It also makes the intent clearer in call sites especially when calling into closures where we don't have argument labels.

RemiBardon commented 2 years ago

I will have a look first thing in the afternoon