mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Mark link as trusted when opening, fixes #331.
This commit is contained in:
@@ -22,7 +22,7 @@ export function ExternalLinkModal({ onClose, link }: Props) {
|
||||
actions={[
|
||||
{
|
||||
onClick: () => {
|
||||
openLink(link);
|
||||
openLink(link, true);
|
||||
onClose();
|
||||
},
|
||||
confirmation: true,
|
||||
|
||||
Reference in New Issue
Block a user