summaryrefslogtreecommitdiff
path: root/internal/gtsmodel
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:34:10 +0200
committerLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:38:43 +0200
commitab10266bff8d3dea1655e5f98a932efa2474bdb6 (patch)
treedef81628d7a7c81b8ad0c971fb02ebc945eca75c /internal/gtsmodel
parent[chore] Set up Github to be a mirror (diff)
downloadgotosocial-ab10266bff8d3dea1655e5f98a932efa2474bdb6.tar.xz
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/gtsmodel')
-rw-r--r--internal/gtsmodel/account.go4
-rw-r--r--internal/gtsmodel/conversation.go2
-rw-r--r--internal/gtsmodel/domainpermissionexclude.go2
-rw-r--r--internal/gtsmodel/filter.go2
-rw-r--r--internal/gtsmodel/status.go4
5 files changed, 7 insertions, 7 deletions
diff --git a/internal/gtsmodel/account.go b/internal/gtsmodel/account.go
index c2ab1c9a4..664f1f66a 100644
--- a/internal/gtsmodel/account.go
+++ b/internal/gtsmodel/account.go
@@ -27,8 +27,8 @@ import (
"strings"
"time"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
)
// Account represents either a local or a remote ActivityPub actor.
diff --git a/internal/gtsmodel/conversation.go b/internal/gtsmodel/conversation.go
index d3bdcbf1d..56a999686 100644
--- a/internal/gtsmodel/conversation.go
+++ b/internal/gtsmodel/conversation.go
@@ -22,7 +22,7 @@ import (
"strings"
"time"
- "github.com/superseriousbusiness/gotosocial/internal/util/xslices"
+ "code.superseriousbusiness.org/gotosocial/internal/util/xslices"
)
// Conversation represents direct messages between the owner account and a set of other accounts.
diff --git a/internal/gtsmodel/domainpermissionexclude.go b/internal/gtsmodel/domainpermissionexclude.go
index 10492a5c1..6ce549f52 100644
--- a/internal/gtsmodel/domainpermissionexclude.go
+++ b/internal/gtsmodel/domainpermissionexclude.go
@@ -20,7 +20,7 @@ package gtsmodel
import (
"time"
- "github.com/superseriousbusiness/gotosocial/internal/util"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
)
// DomainPermissionExclude represents one domain that should be excluded
diff --git a/internal/gtsmodel/filter.go b/internal/gtsmodel/filter.go
index 593918ec1..36ebc8391 100644
--- a/internal/gtsmodel/filter.go
+++ b/internal/gtsmodel/filter.go
@@ -21,7 +21,7 @@ import (
"regexp"
"time"
- "github.com/superseriousbusiness/gotosocial/internal/util"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
)
// Filter stores a filter created by a local account.
diff --git a/internal/gtsmodel/status.go b/internal/gtsmodel/status.go
index 62458c2db..a7d917f78 100644
--- a/internal/gtsmodel/status.go
+++ b/internal/gtsmodel/status.go
@@ -21,8 +21,8 @@ import (
"slices"
"time"
- "github.com/superseriousbusiness/gotosocial/internal/log"
- "github.com/superseriousbusiness/gotosocial/internal/util/xslices"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/util/xslices"
)
// Status represents a user-created 'post' or 'status' in the database, either remote or local