You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Markdown: delete remaining pre-split relics
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
@@ -526,7 +526,7 @@ export default class MessageComposerInput extends React.Component {
|
||||
if (md.isPlainText()) {
|
||||
contentText = md.toPlaintext();
|
||||
} else {
|
||||
contentHTML = md.toHTML(true);
|
||||
contentHTML = md.toHTML();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user