fix downloadMediaMessage crash with ptv messages

This commit is contained in:
brhenrique
2023-08-30 19:30:47 -03:00
parent cd8542ff7c
commit 93d5fea30d

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[]