fix(core.gbapp): Remove web message about projector content.

This commit is contained in:
Rodrigo Rodriguez 2021-09-24 10:59:11 -03:00
parent 531c524e5c
commit 3edcea9887

View file

@ -446,7 +446,7 @@ export class GBConversationalService {
answer: string
) {
const locale = step.context.activity.locale;
await this.sendText(min, step, Messages[locale].will_answer_projector);
html = html.replace(/src\=\"kb\//gi, `src=\"../kb/`);
await this.sendEvent(min, step, 'play', {
playerType: 'markdown',