diff options
Diffstat (limited to 'internal/transport/derefinstance.go')
-rw-r--r-- | internal/transport/derefinstance.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/transport/derefinstance.go b/internal/transport/derefinstance.go index a2610f54a..c64dced0f 100644 --- a/internal/transport/derefinstance.go +++ b/internal/transport/derefinstance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -23,12 +23,13 @@ import ( "encoding/json" "errors" "fmt" - "github.com/sirupsen/logrus" "io/ioutil" "net/http" "net/url" "strings" + "github.com/sirupsen/logrus" + apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model" "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" "github.com/superseriousbusiness/gotosocial/internal/id" |