From 5fd6bbdae85027117720f90ea3520e4d8bb3960e Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Fri, 26 Dec 2025 03:04:38 +0530 Subject: [PATCH] remove unused struct field --- internal/conversation/models/models.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/conversation/models/models.go b/internal/conversation/models/models.go index 84083940..1f832221 100644 --- a/internal/conversation/models/models.go +++ b/internal/conversation/models/models.go @@ -251,7 +251,6 @@ func (m *Message) HasCSAT() bool { // IncomingMessage links a message with the contact information and inbox id. type IncomingMessage struct { - ConversationUUID string ConversationUUIDFromReplyTo string // UUID extracted from plus-addressed recipient (e.g., inbox+conv-{uuid}@domain) Message Message Contact umodels.User