[feature] Allow webp emoji uploads / derefs (#2484)

This commit is contained in:
tobi
2024-01-05 13:39:53 +01:00
committed by GitHub
parent d5e3996a18
commit 72d0f46b0b
6 changed files with 66 additions and 8 deletions

View File

@ -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