diff --git a/packages/basic.gblib/services/DialogKeywords.ts b/packages/basic.gblib/services/DialogKeywords.ts index 4c7c37b3..0f8d79f9 100644 --- a/packages/basic.gblib/services/DialogKeywords.ts +++ b/packages/basic.gblib/services/DialogKeywords.ts @@ -1259,6 +1259,7 @@ export class DialogKeywords { await client.apis.Conversations.Conversations_PostActivity({ conversationId: conversation.conversationId, activity: { + pid: pid, textFormat: 'plain', text: text, type: 'message', @@ -1272,11 +1273,8 @@ export class DialogKeywords { let messages = []; - GBLog.info(`MessageBot: Starting message polling ${conversation.conversationId}).`); - - const worker = async () => { try { diff --git a/packages/core.gbapp/services/GBMinService.ts b/packages/core.gbapp/services/GBMinService.ts index a6c84d54..87722911 100644 --- a/packages/core.gbapp/services/GBMinService.ts +++ b/packages/core.gbapp/services/GBMinService.ts @@ -1419,7 +1419,7 @@ export class GBMinService { await sec.setParam(userId, 'welcomed', 'true'); min['conversationWelcomed'][step.context.activity.conversation.id] = true; GBLog.info( - `Auto start (whatsapp) dialog is now being called: ${startDialog} for ${min.instance.instanceId}...` + `Auto start (4) dialog is now being called: ${startDialog} for ${min.instance.instanceId}...` ); await GBVMService.callVM(startDialog.toLowerCase(), min, step, pid);