fix(core.gbapp): #372 fix.

This commit is contained in:
Rodrigo Rodriguez 2023-09-29 17:23:02 -03:00
parent 05fd0ea54e
commit 6ad8dfc343

View file

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