diff --git a/src/structures/Message.js b/src/structures/Message.js index 867bd88..2e16ed7 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -403,7 +403,7 @@ class Message extends Base { } try { - const decryptedMedia = await window.Store.DownloadManager.downloadAndDecrypt({ + const decryptedMedia = await window.Store.DownloadManager.downloadAndMaybeDecrypt({ directPath: msg.directPath, encFilehash: msg.encFilehash, filehash: msg.filehash,