Add Rejected field to MediaAttachment model
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user