This commit is contained in:
nkanaev
2026-07-10 18:41:56 +01:00
parent 8e05b515c8
commit 018804a4a4
6 changed files with 23 additions and 25 deletions

View File

@@ -44,7 +44,6 @@ const (
STARRED ItemStatus = 2 STARRED ItemStatus = 2
) )
var StatusRepresentations = map[ItemStatus]string{ var StatusRepresentations = map[ItemStatus]string{
UNREAD: "unread", UNREAD: "unread",
READ: "read", READ: "read",
@@ -120,7 +119,6 @@ type FeedStat struct {
StarredCount int64 `json:"starred"` StarredCount int64 `json:"starred"`
} }
type Settings struct { type Settings struct {
Filter string `json:"filter"` Filter string `json:"filter"`
Feed string `json:"feed"` Feed string `json:"feed"`