add vote infra and ui prep for connection ui to backend
This commit is contained in:
@ -10,6 +10,10 @@ type Comment struct {
|
||||
ID string `json:"id"`
|
||||
Content string `json:"content"`
|
||||
Commenter string `json:"commenter"`
|
||||
Username string `json:"username"`
|
||||
Avatar string `json:"avatar"`
|
||||
Upvotes int `json:"upvotes"`
|
||||
Downvotes int `json:"downvotes"`
|
||||
ParentID string `json:"parent_id"`
|
||||
WebpageID string `json:"webpage_id"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
|
Reference in New Issue
Block a user