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,
|
attachment: first.image,
|
||||||
messageId: id,
|
messageId: id,
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
openLink(first.url);
|
||||||
};
|
};
|
||||||
const contents = (
|
const contents = (
|
||||||
<>
|
<>
|
||||||
|
Reference in New Issue
Block a user