From 1bfb782d293c99d0f4a2a8727710a69d67741ee2 Mon Sep 17 00:00:00 2001 From: perennial Date: Tue, 22 Oct 2024 21:15:43 +1100 Subject: [PATCH] comment out user.FrequentTags --- core/user.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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