Don't linkify quoted message contents
This commit is contained in:
parent
0eb4760349
commit
51f1ef5725
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue