This commit is contained in:
Valere 2019-12-06 10:28:50 +01:00
parent 4234c27af9
commit 8e3e9876b8
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ Other changes:
-
Bugfix 🐛:
-
- When automardown is ON, pills are sent as MD in body (#739)
Translations 🗣:
-

View file

@ -78,7 +78,7 @@ internal class LocalEchoEventFactory @Inject constructor(
val htmlText = renderer.render(document)
if (isFormattedTextPertinent(source, htmlText)) {
return TextContent(source, htmlText)
return TextContent(text.toString(), htmlText)
}
} else {
// Try to detect pills