feat: add md-msg-hist to MEDIA_PATH_MAP

This commit is contained in:
SamuelScheit
2023-05-26 14:13:34 +02:00
parent 844de431a3
commit 5c5b23ec85

View File

@@ -88,7 +88,8 @@ export const MEDIA_PATH_MAP: { [T in MediaType]?: string } = {
sticker: '/mms/image',
'thumbnail-link': '/mms/image',
'product-catalog-image': '/product/image',
'md-app-state': ''
'md-app-state': '',
'md-msg-hist': '/mms/md-app-state',
}
export const MEDIA_HKDF_KEY_MAPPING = {