1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-17 16:08:12 +03:00

fix(editor): Fix sessionId for manual chat trigger execution (#9187)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg 2024-04-23 09:20:51 +02:00 committed by GitHub
parent 15c88d6839
commit f5ccb5fe33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -465,7 +465,7 @@ export default defineComponent({
[
{
json: {
pushRef: `test-${currentUser.id || 'unknown'}`,
sessionId: `test-${currentUser.id || 'unknown'}`,
action: 'sendMessage',
[inputKey]: message,
},