Skip to content

Commit

Permalink
Extend ConversationSpamContent w/ ConversationSpam
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 7, 2024
1 parent b888991 commit 75b71fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crisp/website_conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ type ConversationSpamContentData struct {

// ConversationSpamContent mapping
type ConversationSpamContent struct {
ConversationSpam
Content *string `json:"content,omitempty"`
}

Expand Down

0 comments on commit 75b71fd

Please sign in to comment.