mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Deprecate old movie system
This commit is contained in:
@ -16,7 +16,6 @@ const _NotificationElementTypeAPImapping = {
|
||||
"post_text": NotificationElementType.POST_TEXT,
|
||||
"post_img": NotificationElementType.POST_IMAGE,
|
||||
"post_youtube": NotificationElementType.POST_YOUTUBE,
|
||||
"post_movie": NotificationElementType.POST_MOVIE,
|
||||
"post_weblink": NotificationElementType.POST_WEBLINK,
|
||||
"post_pdf": NotificationElementType.POST_PDF,
|
||||
"post_timer": NotificationElementType.POST_TIMER,
|
||||
|
@ -29,7 +29,6 @@ const _APIPostsKindsMap = {
|
||||
"image": PostKind.IMAGE,
|
||||
"weblink": PostKind.WEB_LINK,
|
||||
"pdf": PostKind.PDF,
|
||||
"movie": PostKind.MOVIE,
|
||||
"countdown": PostKind.COUNTDOWN,
|
||||
"survey": PostKind.SURVEY,
|
||||
"youtube": PostKind.YOUTUBE
|
||||
|
Reference in New Issue
Block a user