🐛 Fix backward compability
This commit is contained in:
parent
0c33c2d86c
commit
e297b1b4ea
@ -65,7 +65,8 @@ type Attachment struct {
|
||||
AccountID uint `json:"account_id"`
|
||||
|
||||
// Outdated fields, just for backward compatibility
|
||||
IsMature bool `json:"is_mature" gorm:"-"`
|
||||
IsUploaded bool `json:"is_uploaded" gorm:"-"`
|
||||
IsMature bool `json:"is_mature" gorm:"-"`
|
||||
}
|
||||
|
||||
// Data model for in progress multipart attachments
|
||||
|
Loading…
Reference in New Issue
Block a user