fix(media): allow mp4/m4a audio uploads for voice recordings
Some checks failed
CI / test (push) Failing after 1m31s
Some checks failed
CI / test (push) Failing after 1m31s
This commit is contained in:
@@ -23,6 +23,8 @@ ALLOWED_MIME_TYPES = {
|
||||
"video/webm",
|
||||
"audio/mpeg",
|
||||
"audio/ogg",
|
||||
"audio/mp4",
|
||||
"audio/x-m4a",
|
||||
"audio/webm",
|
||||
"audio/wav",
|
||||
"application/pdf",
|
||||
|
||||
Reference in New Issue
Block a user