mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 795 forks source link

Store.GroupMetadata is undefined #961

Open Tschipp opened 3 years ago

Tschipp commented 3 years ago

Getting this error

TypeError: Store.GroupMetadata is undefined

Does anyone know how to fix this?

marcelocecin commented 3 years ago

https://github.com/pedroslopez/whatsapp-web.js/commit/fc7a1a997415b70f4f4553f0903ce257a9d22ec6

Tschipp commented 3 years ago

Alright, this means that adding this to the module initialisation fixes the issue:

{ id: "GroupMetadata", conditions: (module) => module.default && module.default.handlePendingInvite ? module.default : null },