mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Matrix Node): Add audio and video media types (#14057)
This commit is contained in:
@@ -81,6 +81,16 @@ export const mediaFields: INodeProperties[] = [
|
||||
value: 'image',
|
||||
description: 'Image media type',
|
||||
},
|
||||
{
|
||||
name: 'Audio',
|
||||
value: 'audio',
|
||||
description: 'Audio media type',
|
||||
},
|
||||
{
|
||||
name: 'Video',
|
||||
value: 'video',
|
||||
description: 'Video media type',
|
||||
},
|
||||
],
|
||||
description: 'Type of file being uploaded',
|
||||
placeholder: 'mxc://matrix.org/uploaded-media-uri',
|
||||
|
||||
Reference in New Issue
Block a user