Merge pull request #356 from brhenrique/fix-downloadMediaMessage-crash-on-ptv

fix downloadMediaMessage crash with ptv messages
This commit is contained in:
Alessandro Autiero
2023-10-16 06:25:29 +00:00
committed by GitHub

View File

@@ -111,6 +111,7 @@ export const MEDIA_HKDF_KEY_MAPPING = {
'md-app-state': 'App State',
'product-catalog-image': '',
'payment-bg-image': 'Payment Background',
'ptv': 'Video'
}
export const MEDIA_KEYS = Object.keys(MEDIA_PATH_MAP) as MediaType[]