mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: log more info when uploading media
This commit is contained in:
@@ -146,7 +146,7 @@ export const prepareWAMessageMedia = async(
|
|||||||
encWriteStream,
|
encWriteStream,
|
||||||
{ fileEncSha256B64, mediaType, timeoutMs: options.mediaUploadTimeoutMs }
|
{ fileEncSha256B64, mediaType, timeoutMs: options.mediaUploadTimeoutMs }
|
||||||
)
|
)
|
||||||
logger?.debug('uploaded media')
|
logger?.debug({ mediaType, cacheableKey }, 'uploaded media')
|
||||||
return result
|
return result
|
||||||
})(),
|
})(),
|
||||||
(async() => {
|
(async() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user