WhatsApp: pass inbound message timestamp to model context

This commit is contained in:
Marcus Castro 2026-04-01 00:28:34 -03:00
parent 269eb59546
commit 74aa9a1408
No known key found for this signature in database
GPG Key ID: AA66624B544825AA
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Docs: https://docs.openclaw.ai
- Telegram/local Bot API: preserve media MIME types for absolute-path downloads so local audio files still trigger transcription and other MIME-based handling. (#54603) Thanks @jzakirov
- Tasks/gateway: re-check the current task record before maintenance marks runs lost or prunes them, so a task heartbeat or cleanup update that lands during a sweep no longer gets overwritten by stale snapshot state.
- Tasks/gateway: keep the task registry maintenance sweep from stalling the gateway event loop under synchronous SQLite pressure, so upgraded gateways stop hanging about a minute after startup. (#58670) Thanks @openperf
- Channels/WhatsApp: pass inbound message timestamp to model context so the AI can see when WhatsApp messages were sent. (#58590) Thanks @Maninae
## 2026.3.31