summaryrefslogtreecommitdiff
path: root/internal/api/model
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:34:10 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 11:55:15 +0200
commit27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch)
treedc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /internal/api/model
parent[chore] Set up Github to be a mirror (diff)
downloadgotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/api/model')
-rw-r--r--internal/api/model/content.go2
-rw-r--r--internal/api/model/poll.go2
-rw-r--r--internal/api/model/status.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/internal/api/model/content.go b/internal/api/model/content.go
index 5af81b11b..ec8d4652a 100644
--- a/internal/api/model/content.go
+++ b/internal/api/model/content.go
@@ -20,7 +20,7 @@ package model
import (
"io"
- "github.com/superseriousbusiness/gotosocial/internal/storage"
+ "code.superseriousbusiness.org/gotosocial/internal/storage"
)
// Content wraps everything needed to serve a blob of content (some kind of media) through the API.
diff --git a/internal/api/model/poll.go b/internal/api/model/poll.go
index 089dfc0f0..0fd8c02ea 100644
--- a/internal/api/model/poll.go
+++ b/internal/api/model/poll.go
@@ -17,7 +17,7 @@
package model
-import "github.com/superseriousbusiness/gotosocial/internal/language"
+import "code.superseriousbusiness.org/gotosocial/internal/language"
// Poll represents a poll attached to a status.
//
diff --git a/internal/api/model/status.go b/internal/api/model/status.go
index bcd0c0f93..4561996ad 100644
--- a/internal/api/model/status.go
+++ b/internal/api/model/status.go
@@ -20,7 +20,7 @@ package model
import (
"time"
- "github.com/superseriousbusiness/gotosocial/internal/language"
+ "code.superseriousbusiness.org/gotosocial/internal/language"
)
// Status models a status or post.