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

This commit is contained in:
rodrigorodriguez 2022-10-12 02:37:48 -03:00
parent 64d77b4b43
commit 431987e72d

View file

@ -1052,6 +1052,7 @@ export class WhatsappDirectLine extends GBService {
}
if (group) {
GBLog.info(`Group: ${group}`);
function getKeyByValue(object, value) {
return Object.keys(object).find(key => object[key] === value);
}