fix(whatsapp): use conversation id for context isolation (#911)

Thanks @tristanmanchester.

Co-authored-by: Tristan Manchester <tmanchester96@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-14 20:05:29 +00:00
parent 0235eb6c72
commit e65e5f40c9
3 changed files with 45 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
- Telegram: split long captions into media + follow-up text messages. (#907) - thanks @jalehman.
- Slack: drop Socket Mode events with mismatched `api_app_id`/`team_id`. (#889) — thanks @roshanasingh4.
- Discord: isolate autoThread thread context. (#856) — thanks @davidguttman.
- WhatsApp: fix context isolation using wrong ID (was bot's number, now conversation ID). (#911) — thanks @tristanmanchester.
## 2026.1.13