fix(gbapp\AskDialog): Supress Echo Nothing_else
This commit is contained in:
parent
2069f9dc07
commit
4ee30120b7
1 changed files with 3 additions and 1 deletions
|
@ -107,9 +107,11 @@ export class AskDialog extends IGBDialog {
|
|||
if (step.options && step.options.firstTime) {
|
||||
text = Messages[locale].ask_first_time;
|
||||
}
|
||||
//cut by Matheus Cavalieri (overnetbh)
|
||||
//requested by PH
|
||||
// else if (step.options && step.options.isReturning && !step.context.activity.group) {
|
||||
// text = Messages[locale].anything_else;
|
||||
// }
|
||||
// }
|
||||
else if (step.context.activity.group || (step.options && step.options.emptyPrompt)) {
|
||||
text = '';
|
||||
} else if (user.subjects.length > 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue