aboutsummaryrefslogtreecommitdiff
path: root/internal/model/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/model/feed.go')
-rw-r--r--internal/model/feed.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/model/feed.go b/internal/model/feed.go
index 64269567..a6e228d8 100644
--- a/internal/model/feed.go
+++ b/internal/model/feed.go
@@ -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 {