summaryrefslogtreecommitdiff
path: root/internal/media/image.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-15 14:33:58 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-15 14:33:58 +0100
commitc4a533db72505ca5303d8da637f54fae12b137a2 (patch)
tree24d67dd28411bd6e579fc9ce65a1527dadf2178a /internal/media/image.go
parentpin instanceAccountID to in-process emoji (diff)
downloadgotosocial-c4a533db72505ca5303d8da637f54fae12b137a2.tar.xz
start fixing up emoji processing code
Diffstat (limited to 'internal/media/image.go')
-rw-r--r--internal/media/image.go5
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 (