feat: log thumb gen errors
This commit is contained in:
@@ -607,7 +607,8 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
||||
userJid,
|
||||
getUrlInfo: text => getUrlInfo(
|
||||
text,
|
||||
{ thumbnailWidth: linkPreviewImageThumbnailWidth, timeoutMs: 3_000 }
|
||||
{ thumbnailWidth: linkPreviewImageThumbnailWidth, timeoutMs: 3_000 },
|
||||
logger
|
||||
),
|
||||
upload: waUploadToServer,
|
||||
mediaCache: config.mediaCache,
|
||||
|
||||
Reference in New Issue
Block a user