devlikeapro

Results 463 comments of devlikeapro

Hi! We've added `source: app|api` in 2025.3.1, so you can identify in webhooks the message source (either WAHA or other devices/app/integrations) https://waha.devlike.pro/docs/how-to/events/#message - source: app|api - can be api for...

Hi! Is there any logs in the container about that? Likely it retries reconnecting over and over like every 2 seconds [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Hi! Try updating to `2025.7.5`, it updates some internal protocols 🤞 [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Yes, right now only way to use is to use different databases :( Or when you use a single one you need to set `WHATSAPP_RESTART_ALL_SESSIONS=False` so it doesn't run ALL...

Hi! We'll add optimization in the `/api/{session}/chats/{chatId}/messages/{messageId}?downloadMedia=true` in `2024.9.1` release, even without mongodb! Basicly it used to re-download all media, without checking file exists or not, now it won' redownload...

Hi! Mongodb doesn't save media files right now, only Local (files) and S3 can be used https://waha.devlike.pro/docs/how-to/storages/ Yes, when mongodb "media" storage is ready - you can configure `WHATSAPP_FILES_LIFETIME` so...

MongoDB deprecated, I don't think we'll go this way [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Evaluation Failed: ProgressEvent ![image](https://github.com/user-attachments/assets/7f1cc285-6634-49a0-8a22-affbf24e7e02) [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

webjs changes the `message.ack` but doesn't fire the issue. The possible solution would be to request a message after a while to check the `message.ack` via `GET /api/{session}/chats/{chatId}/messages/{messageId}` (not ready...

Hi! Added `message.ack` support for Groups and Status in **WEBJS** in `2025.4.2` Now you should receive the events also added `message._data.receipts` in [💬 Chats - Get message by id](https://waha.devlike.pro/docs/how-to/chats/#get-message-by-id) so...