mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Slack Node): Refine label name for reply broadcast setting (#15658)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
@@ -673,7 +673,7 @@ export const messageFields: INodeProperties[] = [
|
|||||||
'Message timestamps are included in output data of Slack nodes, abbreviated to ts',
|
'Message timestamps are included in output data of Slack nodes, abbreviated to ts',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Reply to Thread',
|
displayName: 'Also Send to Channel',
|
||||||
name: 'reply_broadcast',
|
name: 'reply_broadcast',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user