fix(core.gbapp): Remove web message about projector content.
This commit is contained in:
parent
531c524e5c
commit
3edcea9887
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ export class GBConversationalService {
|
||||||
answer: string
|
answer: string
|
||||||
) {
|
) {
|
||||||
const locale = step.context.activity.locale;
|
const locale = step.context.activity.locale;
|
||||||
await this.sendText(min, step, Messages[locale].will_answer_projector);
|
|
||||||
html = html.replace(/src\=\"kb\//gi, `src=\"../kb/`);
|
html = html.replace(/src\=\"kb\//gi, `src=\"../kb/`);
|
||||||
await this.sendEvent(min, step, 'play', {
|
await this.sendEvent(min, step, 'play', {
|
||||||
playerType: 'markdown',
|
playerType: 'markdown',
|
||||||
|
|
Loading…
Add table
Reference in a new issue