mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Add support for QuickTime videos
This commit is contained in:
@@ -184,11 +184,12 @@ pub mod conversations {
|
||||
pub const MAX_CONVERSATION_MESSAGE_LENGTH: usize = 16000;
|
||||
|
||||
/// Allowed files type in conversations
|
||||
pub const ALLOWED_CONVERSATION_FILES_TYPES: [&str; 17] = [
|
||||
pub const ALLOWED_CONVERSATION_FILES_TYPES: [&str; 18] = [
|
||||
"image/png", "image/jpeg", "image/gif", "image/bmp",
|
||||
"application/pdf",
|
||||
"audio/mpeg",
|
||||
"video/mp4",
|
||||
"video/quicktime",
|
||||
"application/zip",
|
||||
|
||||
// MS Office docs
|
||||
|
Reference in New Issue
Block a user