use formatted body for image text

This commit is contained in:
Henry Hiles 2026-03-04 10:54:52 -05:00
commit e7462aab57
No known key found for this signature in database

View file

@ -466,7 +466,7 @@ class RoomChat extends HookConsumerWidget {
message: TextMessage(
id: "${message.id}-text",
authorId: message.authorId,
text: message.metadata?["body"],
text: message.metadata?["formatted"],
),
index: index,
),