use formatted body for image text
This commit is contained in:
parent
ea4c45cb94
commit
e7462aab57
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue