Render quoted mentions as text
This commit is contained in:
parent
bc3b61db1d
commit
2d5292b2f3
7 changed files with 26 additions and 32 deletions
|
@ -914,7 +914,6 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
direction,
|
||||
disableScroll,
|
||||
i18n,
|
||||
openConversation,
|
||||
quote,
|
||||
scrollToQuotedMessage,
|
||||
} = this.props;
|
||||
|
@ -951,7 +950,6 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
authorColor={quoteColor}
|
||||
authorTitle={quote.authorTitle}
|
||||
bodyRanges={quote.bodyRanges}
|
||||
openConversation={openConversation}
|
||||
referencedMessageNotFound={referencedMessageNotFound}
|
||||
isFromMe={quote.isFromMe}
|
||||
withContentAbove={withContentAbove}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue