mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 04:39:20 +00:00
fix: send a message takes 2 seconds when there's a link on message body
This commit is contained in:
@@ -30,7 +30,8 @@ const SendWhatsAppMessage = async ({
|
|||||||
`${ticket.contact.number}@${ticket.isGroup ? "g" : "c"}.us`,
|
`${ticket.contact.number}@${ticket.isGroup ? "g" : "c"}.us`,
|
||||||
body,
|
body,
|
||||||
{
|
{
|
||||||
quotedMessageId: quotedMsgSerializedId
|
quotedMessageId: quotedMsgSerializedId,
|
||||||
|
linkPreview: false
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user