new(whatsapp.gblib): Native provider works in groups now.
This commit is contained in:
parent
cbec1a41b5
commit
e01bc57119
1 changed files with 3 additions and 1 deletions
|
@ -324,7 +324,9 @@ export class DialogKeywords {
|
|||
|
||||
if (this.debugWeb && refresh) {
|
||||
const adminNumber = this.min.core.getParam(this.min.instance, 'Bot Admin Number', null);
|
||||
await this.sendFileTo(this.step, adminNumber, page, "General Bots Debugger");
|
||||
if (adminNumber) {
|
||||
await this.sendFileTo(this.step, adminNumber, page, "General Bots Debugger");
|
||||
}
|
||||
this.lastDebugWeb = new Date();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue