Daily Deviations

This commit is contained in:
lost+skunk 2024-06-14 20:05:21 +03:00
parent 8f645d7ccb
commit cec788554a
3 changed files with 46 additions and 36 deletions

View file

@ -15,7 +15,7 @@ type Comments struct {
Thread []struct {
Replies, Likes int
ID int `json:"commentId"`
Parent int `json:"ParrentId"`
Parent int `json:"parentId"`
Posted time
Author bool `json:"isAuthorHighlited"`