upvotes
This commit is contained in:
@@ -40,6 +40,12 @@ type Feedback struct {
|
||||
// Enum: [feature feedback support]
|
||||
Type string `json:"type,omitempty"`
|
||||
|
||||
// upvoted
|
||||
Upvoted bool `json:"upvoted,omitempty"`
|
||||
|
||||
// upvotes
|
||||
Upvotes int64 `json:"upvotes,omitempty"`
|
||||
|
||||
// to have more context about the user
|
||||
UserID string `json:"user_id,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user