mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
Fix Message.js (#2080)
Fixes https://github.com/pedroslopez/whatsapp-web.js/issues/2078
This commit is contained in:
@@ -403,7 +403,7 @@ class Message extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const decryptedMedia = await window.Store.DownloadManager.downloadAndDecrypt({
|
const decryptedMedia = await window.Store.DownloadManager.downloadAndMaybeDecrypt({
|
||||||
directPath: msg.directPath,
|
directPath: msg.directPath,
|
||||||
encFilehash: msg.encFilehash,
|
encFilehash: msg.encFilehash,
|
||||||
filehash: msg.filehash,
|
filehash: msg.filehash,
|
||||||
|
|||||||
Reference in New Issue
Block a user