fix: Reply fallback sometimes being stripped incorrectly
This commit is contained in:
parent
d820efa56e
commit
83225ac84e
3 changed files with 8 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ class MessageContent extends StatelessWidget {
|
|||
if (AppConfig.renderHtml &&
|
||||
!event.redacted &&
|
||||
event.isRichMessage) {
|
||||
String html = event.content['formatted_body'];
|
||||
var html = event.formattedText;
|
||||
if (event.messageType == MessageTypes.Emote) {
|
||||
html = '* $html';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue