diff --git a/core/user.go b/core/user.go index a4015fc..27237c6 100644 --- a/core/user.go +++ b/core/user.go @@ -95,11 +95,12 @@ type User struct { Manga []ArtworkBrief Novels []NovelBrief `json:"novels"` Background map[string]any `json:"background"` - FrequentTags []FrequentTag Social map[string]map[string]string BackgroundImage string NovelSeries []NovelSeries MangaSeries []MangaSeries + // unused, use .User.Categories instead + // FrequentTags []FrequentTag IsFollowed bool `json:"isFollowed"` // Denotes whether the logged in user currently following the given user