mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +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`,
|
||||
body,
|
||||
{
|
||||
quotedMessageId: quotedMsgSerializedId
|
||||
quotedMessageId: quotedMsgSerializedId,
|
||||
linkPreview: false
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user