mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Small improvement to Mattermost-Node
This commit is contained in:
@@ -10,11 +10,11 @@ import { IDataObject } from 'n8n-workflow';
|
|||||||
export interface IAttachment {
|
export interface IAttachment {
|
||||||
fields: {
|
fields: {
|
||||||
item?: object[];
|
item?: object[];
|
||||||
},
|
};
|
||||||
actions: {
|
actions: {
|
||||||
item?: object[];
|
item?: object[];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make an API request to Telegram
|
* Make an API request to Telegram
|
||||||
|
|||||||
@@ -522,6 +522,9 @@ export class Mattermost implements INodeType {
|
|||||||
data_source: [
|
data_source: [
|
||||||
'custom'
|
'custom'
|
||||||
],
|
],
|
||||||
|
type: [
|
||||||
|
'select'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: {},
|
default: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user