diff options
| author | Ruin0x11 <ipickering2@gmail.com> | 2021-05-07 21:37:21 -0700 |
|---|---|---|
| committer | Ruin0x11 <ipickering2@gmail.com> | 2021-05-07 21:37:21 -0700 |
| commit | 1be2d95bb1806b315794354d1b88b741dedae6aa (patch) | |
| tree | e36bc9944c10bb6d92987804ce4fad964f77a7a8 /client | |
| parent | 7e27df835c32bdc8b7c4a2c7570df5a02c7c4b9d (diff) | |
Add HEIF formats to allowed extensions text
Diffstat (limited to 'client')
| -rw-r--r-- | client/js/views/post_upload_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/views/post_upload_view.js b/client/js/views/post_upload_view.js index 8c506a8..a65067a 100644 --- a/client/js/views/post_upload_view.js +++ b/client/js/views/post_upload_view.js @@ -159,7 +159,7 @@ class PostUploadView extends events.EventTarget { this._contentInputNode, { extraText: - "Allowed extensions: .jpg, .png, .gif, .webm, .mp4, .swf", + "Allowed extensions: .jpg, .png, .gif, .webm, .mp4, .swf, .avif, .heif, .heic", allowUrls: true, allowMultiple: true, lock: false, |