thumb generation fixes

This commit is contained in:
Adhiraj Singh
2021-08-22 15:48:50 +05:30
parent b0699a1be9
commit 48f477e0c1
3 changed files with 7 additions and 4 deletions
+2
View File
@@ -537,11 +537,13 @@ const makeMessagesSocket = (config: SocketConfig) => {
content,
{
...options,
logger,
userJid: userJid,
getUrlInfo: generateUrlInfo,
upload: waUploadToServer
}
)
await relayWAMessage(msg, { waitForAck: options.waitForAck })
return msg
}