diff options
author | 2022-01-03 17:37:38 +0100 | |
---|---|---|
committer | 2022-01-03 17:37:38 +0100 | |
commit | 8abfa7751ab4b80ced391f8a7bd16c5e6c432fee (patch) | |
tree | 4bade7f50049435fae024f646d009b663a80c3de /internal/media/process.go | |
parent | add gruf worker pool (diff) | |
download | gotosocial-8abfa7751ab4b80ced391f8a7bd16c5e6c432fee.tar.xz |
return very partial image on first upload
Diffstat (limited to 'internal/media/process.go')
-rw-r--r-- | internal/media/process.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/media/process.go b/internal/media/process.go deleted file mode 100644 index e921be6bc..000000000 --- a/internal/media/process.go +++ /dev/null @@ -1,5 +0,0 @@ -package media - -import "context" - -type mediaProcessingFunction func(ctx context.Context, data []byte, contentType string, accountID string) |