Add first and last interaction timeline events for WhatsApp chats

Extract one record per ZWACHATSESSION with the first and last stored
message dates, the session's own last-message date, the group creation
date and message counts. Each chat produces chat_first_message and
chat_last_message timeline events, and groups a group_created event.
The session last-message date is preferred over the newest stored
message because it survives message deletion.
This commit is contained in:
Donncha Ó Cearbhaill
2026-08-19 12:02:14 +02:00
parent 6b0c439d1c
commit 07066feba9
5 changed files with 187 additions and 7 deletions