evolution-api icon indicating copy to clipboard operation
evolution-api copied to clipboard

Quando conectado a API o Celular para de receber notificações por causa do chat

Open reisdiegoss opened this issue 1 month ago • 2 comments

Welcome!

  • [x] Yes, I have searched for similar issues on GitHub and found none.

What did you do?

Por conta do novo CHAT ele nao entrega as mensagens que chegam com notificações, como se o chat intercepta as mensagens primeiro.

What did you expect?

.

What did you observe instead of what you expected?

.

Screenshots/Videos

.

Which version of the API are you using?

.

What is your environment?

Windows

Other environment specifications

.

If applicable, paste the log output

.

Additional Notes

.

reisdiegoss avatar Nov 24 '25 20:11 reisdiegoss

Eu acho que isso pode ter relação com esse código:

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

          if (this.localSettings.readMessages && received.key.id !== 'status@broadcast') {
            await this.client.readMessages([received.key]);
          }

          if (this.localSettings.readStatus && received.key.id === 'status@broadcast') {
            await this.client.readMessages([received.key]);
          }

nolramaf avatar Nov 27 '25 15:11 nolramaf

Notei a mesma falha aqui. Estou na versão mais recente da Evolution. No Celular não recebo mais notificações do Whatsapp.

jhefersoncrescencio avatar Nov 27 '25 18:11 jhefersoncrescencio