mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Fixes #739
This commit is contained in:
parent
4234c27af9
commit
8e3e9876b8
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Other changes:
|
|||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
-
|
||||
- When automardown is ON, pills are sent as MD in body (#739)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue