mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-08 14:24:14 +01:00
Don't linkify quoted message contents
This commit is contained in:
@@ -195,7 +195,7 @@ export class Quote extends React.Component<Props> {
|
||||
isIncoming ? 'module-quote__primary__text--incoming' : null
|
||||
)}
|
||||
>
|
||||
<MessageBody text={text} i18n={i18n} />
|
||||
<MessageBody text={text} disableLinks={true} i18n={i18n} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user