Feed the full content flag to reduce web requests

This commit is contained in:
2025-04-06 13:27:57 +08:00
parent fd0d3699e4
commit fd9761f328
2 changed files with 13 additions and 6 deletions

View File

@ -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"`