[feature] Move to code.superseriousbusiness.org

This commit is contained in:
Daenney
2025-04-26 15:34:10 +02:00
parent 152bcb43b6
commit ab10266bff
1195 changed files with 4921 additions and 4918 deletions

View File

@@ -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.

View File

@@ -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.
//

View File

@@ -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.