mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
fix: lastMessage not changing when msg = fromMe
This commit is contained in:
@@ -368,7 +368,11 @@ const MessagesList = () => {
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
return <a href={message.mediaUrl}>Download</a>;
|
||||
return (
|
||||
<a href={message.mediaUrl} target="_blank" rel="noopener noreferrer">
|
||||
Download
|
||||
</a>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user