comment out user.FrequentTags

This commit is contained in:
perennial
2024-10-22 21:15:43 +11:00
parent 272ca523e9
commit 1bfb782d29
+2 -1
View File
@@ -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