Make link preview image clickable
This commit is contained in:
parent
8583be3775
commit
4c4351df39
1 changed files with 2 additions and 0 deletions
|
@ -954,7 +954,9 @@ export class Message extends React.Component<Props, State> {
|
|||
attachment: first.image,
|
||||
messageId: id,
|
||||
});
|
||||
return;
|
||||
}
|
||||
openLink(first.url);
|
||||
};
|
||||
const contents = (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue