diff options
author | 2022-01-15 14:33:58 +0100 | |
---|---|---|
committer | 2022-01-15 14:33:58 +0100 | |
commit | c4a533db72505ca5303d8da637f54fae12b137a2 (patch) | |
tree | 24d67dd28411bd6e579fc9ce65a1527dadf2178a /internal/media/image.go | |
parent | pin instanceAccountID to in-process emoji (diff) | |
download | gotosocial-c4a533db72505ca5303d8da637f54fae12b137a2.tar.xz |
start fixing up emoji processing code
Diffstat (limited to 'internal/media/image.go')
-rw-r--r-- | internal/media/image.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/media/image.go b/internal/media/image.go index a5a818206..de4b71210 100644 --- a/internal/media/image.go +++ b/internal/media/image.go @@ -20,21 +20,16 @@ package media import ( "bytes" - "context" "errors" "fmt" "image" "image/gif" "image/jpeg" "image/png" - "time" "github.com/buckket/go-blurhash" "github.com/nfnt/resize" "github.com/superseriousbusiness/exifremove/pkg/exifremove" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/id" - "github.com/superseriousbusiness/gotosocial/internal/uris" ) const ( |