Davidson Gomes

Results 4 issues of Davidson Gomes

Some connections I make cannot receive messages, the following error appears in the console: `"Error: Value not found\n at KeyedDB.deleteById (/www/wwwroot/vilavelutti/backend/node_modules/@adiwajshing/keyed-db/lib/KeyedDB.js:90:23)\n at EventEmitter. ( /www/wwwroot/vilavelutti/backend/node_modules/@adiwajshing/baileys/lib/Store/make-in-memory-store.js:114:23)\n at EventEmitter.emit (node:events:513:28)\ n at...

bug
Stale

Is it possible to send an event to the pixel via api?

Evolution API version 2.0.0 update Progress: - [x] Cleaning up the general API code - [x] Removing excessive verbose logs - [x] Removal of authentication with jwt - [x] Mongo...

I'm using Get Group Request Participants but it always returns an empty array ``` allParticipants, err := s.clientPointer[instance.Id].WAClient.GetGroupRequestParticipants(recipient) if err != nil { return "", "", err } logger.LogInfo("Participants: %v",...