summaryrefslogtreecommitdiff
path: root/client/html
diff options
context:
space:
mode:
authorRuin0x11 <ipickering2@gmail.com>2021-05-07 21:20:42 -0700
committerRuin0x11 <ipickering2@gmail.com>2021-05-07 21:20:42 -0700
commit7e27df835c32bdc8b7c4a2c7570df5a02c7c4b9d (patch)
tree831a1163df79de5844cc1a6d2321643a42e78602 /client/html
parent169593ea3689e50388dbda13984cbb9bc3d7ce1c (diff)
Add AVIF/HEIF/HEIC upload support
Diffstat (limited to 'client/html')
-rw-r--r--client/html/post_merge_side.tpl1
-rw-r--r--client/html/post_readonly_sidebar.tpl1
2 files changed, 2 insertions, 0 deletions
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',