mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Make link preview image clickable
This commit is contained in:
@@ -954,7 +954,9 @@ export class Message extends React.Component<Props, State> {
|
||||
attachment: first.image,
|
||||
messageId: id,
|
||||
});
|
||||
return;
|
||||
}
|
||||
openLink(first.url);
|
||||
};
|
||||
const contents = (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user