new(whatsapp.gblib): Native provider works in groups now.
This commit is contained in:
parent
64d77b4b43
commit
431987e72d
1 changed files with 1 additions and 0 deletions
|
@ -1052,6 +1052,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (group) {
|
if (group) {
|
||||||
|
GBLog.info(`Group: ${group}`);
|
||||||
function getKeyByValue(object, value) {
|
function getKeyByValue(object, value) {
|
||||||
return Object.keys(object).find(key => object[key] === value);
|
return Object.keys(object).find(key => object[key] === value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue