mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 01:42:25 -05:00
[feature] Move to code.superseriousbusiness.org
This commit is contained in:
parent
e99ff1eded
commit
b34ffc77ff
1195 changed files with 4921 additions and 4918 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue