diff --git a/models.go b/models.go index 862a9c2..6a87588 100644 --- a/models.go +++ b/models.go @@ -53,12 +53,6 @@ type Item struct { ImageURLs []string `json:"image_urls,omitempty"` // Image URLs extracted from description Tags []string `json:"tags,omitempty"` // Category/tag strings from feed - // Item status: "pass" (default, can publish), "fail" (rejected, delete if published) - Status string `json:"status,omitempty"` - - // Publishing to PDS - PublishedAt time.Time `json:"published_at,omitempty"` - PublishedUri string `json:"published_uri,omitempty"` } // ShortURL represents a shortened URL mapping