fix: Disable group metadata caching in Baileys service

- Remove group metadata caching mechanisms
- Modify group-related cache update methods
- Simplify group metadata retrieval process
This commit is contained in:
Davidson Gomes
2025-01-31 17:44:44 -03:00
parent 79b1c6bb1c
commit f8f1cbf4a2
2 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
# 2.2.3 (develop)
### Fixed
* Fix cache in local file system
* Update Baileys Version
# 2.2.2 (2025-01-31 06:55)
### Features