We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b29c1 commit 4f77a6bCopy full SHA for 4f77a6b
nodes/UpdatePresence/LiveblocksUpdatePresence.node.ts
@@ -38,20 +38,20 @@ export class LiveblocksUpdatePresence implements INodeType {
38
placeholder: 'my-room-ID',
39
},
40
{
41
- displayName: 'User ID',
+ displayName: 'User or Agent ID',
42
name: 'userId',
43
type: 'string',
44
- default: '',
+ default: 'n8n-agent',
45
required: true,
46
- description: 'The ID of the user',
47
- placeholder: 'user-89',
+ description: 'The ID of the user or agent',
+ placeholder: 'n8n-agent',
48
49
50
displayName: 'Data',
51
name: 'data',
52
type: 'json',
53
default: '{}',
54
- description: 'Presence data for the user (JSON object)',
+ description: 'Presence data for the user or agent (JSON object)',
55
56
57
displayName: 'User Info',
0 commit comments