mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Apprise Service Urls per feed
This commit is contained in:
parent
939a91e99d
commit
32d33104a4
27 changed files with 58 additions and 8 deletions
|
@ -56,6 +56,7 @@ type Feed struct {
|
|||
HideGlobally bool `json:"hide_globally"`
|
||||
UnreadCount int `json:"-"`
|
||||
ReadCount int `json:"-"`
|
||||
AppriseServiceURLs string `json:"apprise_service_urls"`
|
||||
}
|
||||
|
||||
type FeedCounters struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue