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 🐛: Bugfix 🐛:
- - When automardown is ON, pills are sent as MD in body (#739)
Translations 🗣: Translations 🗣:
- -

View File

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