diff --git a/internal/models/mediaAttachment.go b/internal/models/mediaAttachment.go index d870901..01cd9ae 100644 --- a/internal/models/mediaAttachment.go +++ b/internal/models/mediaAttachment.go @@ -7,5 +7,6 @@ type MediaAttachment struct { PreviewUrl string `json:"preview_url"` RemoteUrl string `json:"remote_url"` Approved bool `json:"-"` + Rejected bool `json:"-"` PostID string // Foreign key to Post }