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 );