fix: use Go field name for GORM Update on WhatsAppMessageID #2

Merged
john merged 1 commit from feat/fix-gorm-column-name into dev 2026-07-01 15:36:03 +00:00
Owner
No description provided.
GORM converts WhatsAppMessageID to whats_app_message_id (splits on
capital boundaries). Using the raw column name whatsapp_message_id
silently matched nothing — outbound message IDs were never persisted.

Discovered in haskos-cos where reply-to-CoS detection depends on
stored outbound IDs. Affects all downstream consumers.
john merged commit aad35216f5 into dev 2026-07-01 15:36:03 +00:00
john deleted branch feat/fix-gorm-column-name 2026-07-01 15:36:03 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
haskytech/wa-engine!2
No description provided.