chore: remove CONFIG_SESSION_PHONE_VERSION and update related code

- Removed the CONFIG_SESSION_PHONE_VERSION environment variable from the configuration and Docker files.
- Updated the BaileysStartupService to directly fetch the latest WhatsApp Web version without relying on the removed environment variable.
- Adjusted the index router to reflect the changes in the WhatsApp Web version retrieval.
This commit is contained in:
Davidson Gomes
2025-07-29 09:20:08 -03:00
parent 7f8293f4c6
commit b5c67774dc
5 changed files with 14 additions and 15 deletions

View File

@@ -15,6 +15,7 @@
* Fix upload to s3 when media message
* Simplify edited message check in BaileysStartupService
* Avoid corrupting URLs with query strings
* Removed CONFIG_SESSION_PHONE_VERSION environment variable
# 2.3.0 (2025-06-17 09:19)