fix: Reply fallback sometimes being stripped incorrectly
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user