From 7e27df835c32bdc8b7c4a2c7570df5a02c7c4b9d Mon Sep 17 00:00:00 2001 From: Ruin0x11 Date: Fri, 7 May 2021 21:20:42 -0700 Subject: Add AVIF/HEIF/HEIC upload support --- client/html/post_merge_side.tpl | 1 + client/html/post_readonly_sidebar.tpl | 1 + 2 files changed, 2 insertions(+) (limited to 'client/html') diff --git a/client/html/post_merge_side.tpl b/client/html/post_merge_side.tpl index ad50a2e..372b5ed 100644 --- a/client/html/post_merge_side.tpl +++ b/client/html/post_merge_side.tpl @@ -37,6 +37,7 @@ 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/avif': 'AVIF', + 'image/heif': 'HEIF', 'image/heic': 'HEIC', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 01a086d..cce33bf 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -10,6 +10,7 @@ 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/avif': 'AVIF', + 'image/heif': 'HEIF', 'image/heic': 'HEIC', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', -- cgit v1.3