do less rewriting for composer quote to prevent breaking pills

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-07-18 10:10:42 +01:00
parent 8bb08b1b75
commit 19e5dc5799
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
2 changed files with 113 additions and 101 deletions

View file

@ -373,6 +373,7 @@ export default class MessageComposerInput extends React.Component {
break;
case 'quote': {
const html = HtmlUtils.bodyToHtml(payload.event.getContent(), null, {
forComposerQuote: true,
returnString: true,
emojiOne: false,
});