mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 07:13:17 -06:00
remove media_attachments.updated_at column
This commit is contained in:
parent
d1db703e5b
commit
736d45db7f
11 changed files with 134 additions and 90 deletions
|
|
@ -177,9 +177,7 @@ func (p *Processor) getAttachmentContent(
|
|||
}
|
||||
|
||||
// Start preparing API content model.
|
||||
apiContent := &apimodel.Content{
|
||||
ContentUpdated: attach.UpdatedAt,
|
||||
}
|
||||
apiContent := &apimodel.Content{}
|
||||
|
||||
// Retrieve appropriate
|
||||
// size file from storage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue