fix references

This commit is contained in:
nkanaev
2026-06-09 16:35:14 +01:00
parent dee386b586
commit 3f10371975
12 changed files with 172 additions and 156 deletions

View File

@@ -108,6 +108,12 @@ type UpdateFolderParams struct {
IsExpanded *bool
}
type FeedStat struct {
FeedId int64 `json:"feed_id"`
UnreadCount int64 `json:"unread"`
StarredCount int64 `json:"starred"`
}
type Settings struct {
Filter string `json:"filter"`