fix: send a message takes 2 seconds when there's a link on message body

This commit is contained in:
canove
2021-01-08 09:01:26 -03:00
parent 048714a31a
commit 232b6943fe

View File

@@ -30,7 +30,8 @@ const SendWhatsAppMessage = async ({
`${ticket.contact.number}@${ticket.isGroup ? "g" : "c"}.us`,
body,
{
quotedMessageId: quotedMsgSerializedId
quotedMessageId: quotedMsgSerializedId,
linkPreview: false
}
);