mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 13:52:26 -05:00
update media processing (#244)
This commit is contained in:
parent
7e6350b448
commit
ddfd83d0fb
8 changed files with 63 additions and 81 deletions
|
|
@ -120,7 +120,7 @@ func (mh *mediaHandler) processHeaderOrAvi(imageBytes []byte, contentType string
|
|||
AccountID: accountID,
|
||||
Description: "",
|
||||
ScheduledStatusID: "",
|
||||
Blurhash: original.blurhash,
|
||||
Blurhash: small.blurhash,
|
||||
Processing: 2,
|
||||
File: gtsmodel.File{
|
||||
Path: originalPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue