Skip to content

Commit

Permalink
fix(core.gbapp): Remove web message about projector content.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Sep 24, 2021
1 parent 531c524 commit 3edcea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBConversationalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3edcea9

Please sign in to comment.