Allow more image types

commit_hash:a7d8ea7e87c5c20bbbafaceb67e3a4ff58895e27
This commit is contained in:
4eb0da
2026-03-05 19:34:46 +03:00
parent 196d7f1f0e
commit 58bc58b2a3
@@ -44,7 +44,7 @@
} = getContext<AppContext>(APP_CTX);
const FILE_FILTER = {
image: 'image/png, image/jpeg',
image: 'image/png, image/jpeg, image/webp, image/avif, image/svg+xml',
gif: 'image/gif',
lottie: 'text/json, application/json',
video: 'video/mp4, video/mpeg, video/ogg, video/quicktime, video/webm'