Fixes #739
This commit is contained in:
parent
4234c27af9
commit
8e3e9876b8
@ -11,7 +11,7 @@ Other changes:
|
|||||||
-
|
-
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
-
|
- When automardown is ON, pills are sent as MD in body (#739)
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
-
|
-
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user