Do not expose yet feed counter via API
This commit is contained in:
parent
69aa650203
commit
a96e966911
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ type Feed struct {
|
||||||
Category *Category `json:"category,omitempty"`
|
Category *Category `json:"category,omitempty"`
|
||||||
Entries Entries `json:"entries,omitempty"`
|
Entries Entries `json:"entries,omitempty"`
|
||||||
Icon *FeedIcon `json:"icon"`
|
Icon *FeedIcon `json:"icon"`
|
||||||
UnreadCount int
|
UnreadCount int `json:"-"`
|
||||||
ReadCount int
|
ReadCount int `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *Feed) String() string {
|
func (f *Feed) String() string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue