fix(core.gbapp): #373 fix.
This commit is contained in:
parent
fff1504a00
commit
9dfd3412ba
1 changed files with 3 additions and 1 deletions
|
@ -527,7 +527,9 @@ export class GBConversationalService {
|
|||
}
|
||||
|
||||
public async playMarkdown(min: GBMinInstance, answer: string, channel: string, step: GBDialogStep, mobile: string) {
|
||||
const user = step ? await min.userProfile.get(step.context, {}) : null;
|
||||
const sec = new SecService();
|
||||
let user = await sec.getUserFromSystemId(step?step.context.activity.from.id:mobile);
|
||||
|
||||
let text = answer;
|
||||
|
||||
// Calls language translator.
|
||||
|
|
Loading…
Add table
Reference in a new issue