- Passed through encryptionKey and blobURI down to the saveRemoteMediaToDisk() function
- In that function, added a separate flow for encrypted media. Basically, it has two steps:
- Download and decrypt media (decryptMedia()).
- Fetch MIME type
Depends on D10853