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,
|
attachment: first.image,
|
||||||
messageId: id,
|
messageId: id,
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
openLink(first.url);
|
||||||
};
|
};
|
||||||
const contents = (
|
const contents = (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue