diff --git a/README.md b/README.md index 1c71073..a3d4f56 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/helpers/extensions/to_message.dart b/lib/helpers/extensions/to_message.dart index 6919b07..f816e6a 100644 --- a/lib/helpers/extensions/to_message.dart +++ b/lib/helpers/extensions/to_message.dart @@ -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,