Markdown: delete remaining pre-split relics

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
Johannes Löthberg 2017-01-19 11:55:36 +01:00
parent 14ead373e2
commit 9c1c657a1e
3 changed files with 3 additions and 3 deletions

View file

@ -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();
}
}