remove unused struct field

This commit is contained in:
Abhinav Raut
2025-12-26 03:04:38 +05:30
parent 7a17f44779
commit 5fd6bbdae8
-1
View File
@@ -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