mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-28 19:15:16 +00:00
fix references
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user