diff --git a/packages/basic.gblib/services/DialogKeywords.ts b/packages/basic.gblib/services/DialogKeywords.ts index 042d44cc..55a4b9d7 100644 --- a/packages/basic.gblib/services/DialogKeywords.ts +++ b/packages/basic.gblib/services/DialogKeywords.ts @@ -1231,6 +1231,8 @@ export class DialogKeywords { } await min.conversationalService['playMarkdown'](min, md, DialogKeywords.getChannel(), null, mobile); + + return; } else { const gbaiName = DialogKeywords.getGBAIPath(min.botId, `gbkb`);