Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

[BUG] contacts.upsert

Open raphaelvserafim opened this issue 1 year ago • 1 comments

Describe the bug contacts.upsert Events no longer work.

  socket.ev.on("contacts.upsert", async (contacts: Contact[]) => {
      console.log("contacts", contacts)

    });

raphaelvserafim avatar Jun 10 '23 01:06 raphaelvserafim

@raphaelvserafim Use this for temporary workaround https://github.com/kbiits/Whiskey-Baileys

kbiits avatar Jun 10 '23 10:06 kbiits