Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processar mensagens não lidas ao iniciar #41

Open
mendoncart opened this issue Aug 21, 2024 · 0 comments
Open

Processar mensagens não lidas ao iniciar #41

mendoncart opened this issue Aug 21, 2024 · 0 comments

Comments

@mendoncart
Copy link

Ei galera!
Eu não sei por que, ou se entendi errado, mas, --webhook-allUnreadOnStart não deveria pegar todas as mensagens não lidas e jogar no webhook?
Mesmo iniciando o container, ele não pega as não lidas.

version: '3'
services:
  wppconnect-server-cli:
    image: wppconnect/server-cli:latest
    container_name: wppconnect-server-cli
    command: wppserver --secretKey xxxxxx --port 21465 --no-webhook-listenAcks --no-webhook-onPresenceChanged --no-webhook-onParticipantsChanged --webhook-url http://xxxxxxxxxxxx --webhook-allUnreadOnStart --startAllSession --frontend
    ports:
      - "21465:21465"
    volumes:
      - /opt/wppconnect-server/app_main:/home/node/app
      - /opt/wppconnect-server/userDataDir/app_main:/usr/src/wpp-server/userDataDir
    restart: "unless-stopped"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant