Add more info about reactions, disable reaction message for now
This commit is contained in:
parent
9ba5d9e102
commit
51d6e73c24
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue