element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

Add support of reactions #3464

Open rbignon opened 4 years ago

rbignon commented 4 years ago

On Riot Web it is possible to add reactions on messages. This request is sent:

POST /_matrix/client/r0/rooms/!XXX%3Amatrix.org/send/m.reaction/m12345.386

{"m.relates_to":{"rel_type":"m.annotation","event_id":"$12345:matrix.org","key":"❤️"}}

Is it planned to include this feature in Riot Android?

bmarty commented 4 years ago

Yes, this will be available soon in Riot-Android. For the moment you can try to use RiotX, which is still in beta, but supports reactions