mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Wait Node): Append n8n attribution option (#10585)
This commit is contained in:
@@ -11,6 +11,7 @@ import type {
|
||||
import { BINARY_ENCODING, NodeConnectionType, NodeOperationError } from 'n8n-workflow';
|
||||
|
||||
import { addAdditionalFields, apiRequest, getPropertyName } from './GenericFunctions';
|
||||
import { appendAttributionOption } from '../../utils/descriptions';
|
||||
|
||||
export class Telegram implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
@@ -1508,11 +1509,7 @@ export class Telegram implements INodeType {
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
||||
displayName: 'Append n8n Attribution',
|
||||
name: 'appendAttribution',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
...appendAttributionOption,
|
||||
description:
|
||||
'Whether to include the phrase “This message was sent automatically with n8n” to the end of the message',
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user