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

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