summaryrefslogtreecommitdiff
path: root/xs_mime.h
diff options
context:
space:
mode:
authorGravatar green2025-03-26 01:40:14 +0100
committerGravatar green2025-04-13 14:41:34 +0200
commitfbd81b604315f569ce5714fdc9d3caa78daaa83a (patch)
treec8ccfe6ecfccc33fea7584f38fa5210a17a69faa /xs_mime.h
parentalso display the emoji for likes (diff)
downloadsnac2-fbd81b604315f569ce5714fdc9d3caa78daaa83a.tar.gz
snac2-fbd81b604315f569ce5714fdc9d3caa78daaa83a.tar.xz
snac2-fbd81b604315f569ce5714fdc9d3caa78daaa83a.zip
mime types for apng and svg check
Diffstat (limited to 'xs_mime.h')
-rw-r--r--xs_mime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs_mime.h b/xs_mime.h
index 6f65382..5f70922 100644
--- a/xs_mime.h
+++ b/xs_mime.h
@@ -38,6 +38,7 @@ const char *xs_mime_types[] = {
38 "ogv", "video/ogg", 38 "ogv", "video/ogg",
39 "opus", "audio/ogg", 39 "opus", "audio/ogg",
40 "png", "image/png", 40 "png", "image/png",
41 "apng", "image/apng",
41 "svg", "image/svg+xml", 42 "svg", "image/svg+xml",
42 "svgz", "image/svg+xml", 43 "svgz", "image/svg+xml",
43 "txt", "text/plain", 44 "txt", "text/plain",