fix: added cache to identify duplicated messages on events

- Update Docker image repository to evoapicloud/evolution-api
- Modify contact email to contato@evolution-api.com
- Update Docker Compose, Dockerfile, and workflow files
- Add Docker image badge to README
- Include additional content creator in README
- Implement message deduplication cache in Baileys service
This commit is contained in:
Davidson Gomes
2025-02-03 15:37:11 -03:00
parent 8135994340
commit 867e8493aa
10 changed files with 33 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ RUN apk update && \
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@atendai.com"
LABEL contact="contato@evolution-api.com"
WORKDIR /evolution