mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Disable jumbomoji in quotes
This commit is contained in:
@@ -295,7 +295,12 @@ export class Quote extends React.Component<Props, State> {
|
||||
isIncoming ? 'module-quote__primary__text--incoming' : null
|
||||
)}
|
||||
>
|
||||
<MessageBody disableLinks text={quoteText} i18n={i18n} />
|
||||
<MessageBody
|
||||
disableLinks
|
||||
disableJumbomoji
|
||||
text={quoteText}
|
||||
i18n={i18n}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user