Hide long message attachments in quotes
This commit is contained in:
parent
6f404648d7
commit
afe135df0c
7 changed files with 76 additions and 42 deletions
|
@ -1030,7 +1030,7 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
i18n={i18n}
|
||||
onClick={clickHandler}
|
||||
text={quote.text}
|
||||
attachment={quote.attachment}
|
||||
rawAttachment={quote.attachment}
|
||||
isIncoming={direction === 'incoming'}
|
||||
authorPhoneNumber={quote.authorPhoneNumber}
|
||||
authorProfileName={quote.authorProfileName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue