new(whatsapp.gblib): Native provider works in groups now.

This commit is contained in:
rodrigorodriguez 2022-10-13 11:25:29 -03:00
parent f0b996fd68
commit 13b19bb4ed

View file

@ -105,7 +105,7 @@ export class HearDialog {
const args = step.options['args']; const args = step.options['args'];
if (args) { if (args && args.length >1) {
let choices = []; let choices = [];
let i = 0; let i = 0;