fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 2c6f67af37 - Show all commits

View file

@ -239,6 +239,7 @@ export class AdminDialog extends IGBDialog {
},
async step => {
step.activeDialog.state.options.confirm = true; // Feature removed.
if (step.activeDialog.state.options.confirm || process.env.ADMIN_OPEN_PUBLISH === 'true') {
return await step.next('sim');
} else {