urlInfo fix

This commit is contained in:
Adhiraj Singh
2021-09-09 17:21:11 +05:30
parent 7be1db3beb
commit 9993de8340
2 changed files with 11 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ export const generateWAMessageContent = async(
extContent.title = data.title
extContent.previewType = 0
} catch (error) { // ignore if fails
options.logger?.warn({ trace: error.stack }, 'url generation failed')
}
}
m.extendedTextMessage = extContent