mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02: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:
parent
d3431c0ae5
commit
53393508ea
|
|
@ -673,7 +673,7 @@ export const messageFields: INodeProperties[] = [
|
|||
'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',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user