Merge commit '3b181291cc91a536ea2b418171f184cf83bb9dce' into fluffychat-merge-2
This commit is contained in:
commit
12b04e5074
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ class MessageContent extends StatelessWidget {
|
|||
}
|
||||
var html = AppSettings.renderHtml.value && event.isRichMessage
|
||||
? event.formattedText
|
||||
: event.body;
|
||||
: event.body.replaceAll('<', '<').replaceAll('>', '>');
|
||||
if (event.messageType == MessageTypes.Emote) {
|
||||
html = '* $html';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue