From 30fadfb3d67fa83924d69d0131f50c70eda91e23 Mon Sep 17 00:00:00 2001 From: Pascal Date: Mon, 13 Jan 2025 19:33:19 +0100 Subject: [PATCH] id_parent_ok --- src/pages/chat/chat.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/chat/chat.ts b/src/pages/chat/chat.ts index d58e23f..fa9473e 100755 --- a/src/pages/chat/chat.ts +++ b/src/pages/chat/chat.ts @@ -317,11 +317,12 @@ class ChatElement extends HTMLElement { }; console.log('📋 Template final:', JSON.stringify(messagingTemplate, null, 2)); + console.log('👥 Création du process message comme enfant de:', currentProcessId); try { const result = await this.sdkClient.create_new_process( JSON.stringify(messagingTemplate), - this.processId, + currentProcessId, relayAddress, feeRate );