✨ Feed the full content flag to reduce web requests
This commit is contained in:
@ -12,7 +12,8 @@ type SubscriptionFeed struct {
|
||||
cruda.BaseModel
|
||||
|
||||
URL string `json:"url"`
|
||||
IsEnabled bool `json:"enabled"`
|
||||
IsEnabled bool `json:"is_enabled"`
|
||||
IsFullContent bool `json:"is_full_content"`
|
||||
PullInterval int `json:"pull_interval"`
|
||||
Adapter string `json:"adapter"`
|
||||
AccountID *uint `json:"account_id"`
|
||||
|
Reference in New Issue
Block a user