Add more info about reactions, disable reaction message for now

This commit is contained in:
Henry Hiles 2025-12-02 16:17:14 -05:00
commit 51d6e73c24
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,7 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
- [ ] Fix bug with edits
- [x] Editing
- [x] Deleting
- [ ] Reactions
- [ ] Reactions: Waiting on https://github.com/flyerhq/flutter_chat_ui/pull/838
- [ ] Pins
- [ ] Displaying
- [ ] Creating

View file

@ -88,6 +88,7 @@ extension ToMessage on Event {
"${senderFromMemoryOrFallback.calcDisplayname()} joined the room.",
),
EventTypes.Redaction => null,
EventTypes.Reaction => null,
_ => Message.unsupported(
metadata: metadata,
id: eventId,