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
|
|
@ -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