mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #9777 from appwrite/fix-gif-preview
fix(storage): do not preview gif input/output
This commit is contained in:
commit
3ff15accfd
2 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ return [
|
|||
// Accepted inputs files
|
||||
"jpg" => "image/jpeg",
|
||||
"jpeg" => "image/jpeg",
|
||||
"gif" => "image/gif",
|
||||
"png" => "image/png",
|
||||
"heic" => "image/heic",
|
||||
"webp" => "image/webp",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ return [
|
|||
// Accepted outputs files
|
||||
"jpg" => "image/jpeg",
|
||||
"jpeg" => "image/jpeg",
|
||||
"gif" => "image/gif",
|
||||
"png" => "image/png",
|
||||
"webp" => "image/webp",
|
||||
"heic" => "image/heic",
|
||||
|
|
|
|||
Loading…
Reference in a new issue