mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-23 04:22:55 -06:00
test the media manager a bit, add shutdown logic
This commit is contained in:
parent
0ef478584c
commit
e0f9323b9a
37 changed files with 688 additions and 354 deletions
|
|
@ -60,7 +60,7 @@ func (p *processor) Create(ctx context.Context, account *gtsmodel.Account, form
|
|||
return nil, err
|
||||
}
|
||||
|
||||
attachment, err := media.LoadAttachment(ctx)
|
||||
attachment, err := media.Load(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue