summaryrefslogtreecommitdiff
path: root/internal/processing/status/get.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/status/get.go')
-rw-r--r--internal/processing/status/get.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/processing/status/get.go b/internal/processing/status/get.go
index e97d9e1b2..edcaa07fa 100644
--- a/internal/processing/status/get.go
+++ b/internal/processing/status/get.go
@@ -21,10 +21,10 @@ import (
"context"
"errors"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
- "github.com/superseriousbusiness/gotosocial/internal/typeutils"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/typeutils"
)
// Get gets the given status, taking account of privacy settings and blocks etc.