summaryrefslogtreecommitdiff
path: root/web/source
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-01-05 13:39:53 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-05 13:39:53 +0100
commit72d0f46b0b0930e5d8bef617a82020d09c93aea1 (patch)
treed2aaef161ded2d7b0d92c8f0faec1858152614ab /web/source
parent[feature] Parse instance descriptors as markdown, show T&C on /about (#2481) (diff)
downloadgotosocial-72d0f46b0b0930e5d8bef617a82020d09c93aea1.tar.xz
[feature] Allow webp emoji uploads / derefs (#2484)
Diffstat (limited to 'web/source')
-rw-r--r--web/source/settings/admin/emoji/local/new-emoji.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/admin/emoji/local/new-emoji.js b/web/source/settings/admin/emoji/local/new-emoji.js
index ecb0465cb..6c0d0f2f4 100644
--- a/web/source/settings/admin/emoji/local/new-emoji.js
+++ b/web/source/settings/admin/emoji/local/new-emoji.js
@@ -93,7 +93,7 @@ module.exports = function NewEmojiForm() {
<form onSubmit={submitForm} className="form-flex">
<FileInput
field={image}
- accept="image/png,image/gif"
+ accept="image/png,image/gif,image/webp"
/>
<TextInput