feat: display comment upvotes

This commit is contained in:
httpjamesm 2022-12-30 18:11:59 -05:00
parent 89d8dee958
commit d49c0f2ffd
5 changed files with 30 additions and 3 deletions

View file

@ -7,4 +7,5 @@ type FilteredComment struct {
Timestamp string
AuthorName string
AuthorURL string
Upvotes string
}