id_parent_ok

This commit is contained in:
Pascal 2025-01-13 19:33:19 +01:00
parent ffacc8a555
commit 30fadfb3d6

View File

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