new(whatsapp.gblib): Native provider works in groups now.
This commit is contained in:
parent
2c28eff318
commit
34414f65ac
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export class WhatsappDirectLine extends GBService {
|
|||
|
||||
// While handling other bots uses boot instance of this class to send QR Codes.
|
||||
|
||||
const s = new DialogKeywords(null, null, null, null);
|
||||
const s = new DialogKeywords(this.min, null, null, null);
|
||||
const qrBuf = await s.getQRCode(qr);
|
||||
const gbaiName = `${this.min.botId}.gbai`;
|
||||
const localName = Path.join('work', gbaiName, 'cache', `qr${GBAdminService.getRndReadableIdentifier()}.png`);
|
||||
|
|
Loading…
Add table
Reference in a new issue