fix(media): allow mp4/m4a audio uploads for voice recordings
Some checks failed
CI / test (push) Failing after 1m31s

This commit is contained in:
2026-03-08 20:48:36 +03:00
parent e59c60094f
commit 21c8f57169
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ ALLOWED_MIME_TYPES = {
"video/webm",
"audio/mpeg",
"audio/ogg",
"audio/mp4",
"audio/x-m4a",
"audio/webm",
"audio/wav",
"application/pdf",