mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
comment out user.FrequentTags
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user