[feature] Move to code.superseriousbusiness.org

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

View file

@ -28,10 +28,10 @@ import (
"text/template"
"time"
"code.superseriousbusiness.org/gotosocial/internal/config"
"code.superseriousbusiness.org/gotosocial/internal/gtserror"
"code.superseriousbusiness.org/gotosocial/internal/util"
"github.com/google/uuid"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
"github.com/superseriousbusiness/gotosocial/internal/util"
)
func (s *sender) sendTemplate(template string, subject string, data any, toAddresses ...string) error {

View file

@ -21,10 +21,10 @@ import (
"regexp"
"testing"
"code.superseriousbusiness.org/gotosocial/internal/config"
"code.superseriousbusiness.org/gotosocial/internal/email"
"code.superseriousbusiness.org/gotosocial/testrig"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/email"
"github.com/superseriousbusiness/gotosocial/testrig"
)
type EmailTestSuite struct {

View file

@ -21,8 +21,8 @@ import (
"bytes"
"text/template"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/log"
"code.superseriousbusiness.org/gotosocial/internal/config"
"code.superseriousbusiness.org/gotosocial/internal/log"
)
// NewNoopSender returns a no-op email sender that will just execute the given sendCallback

View file

@ -22,7 +22,7 @@ import (
"net/smtp"
"text/template"
"github.com/superseriousbusiness/gotosocial/internal/config"
"code.superseriousbusiness.org/gotosocial/internal/config"
)
// Sender contains functions for sending emails to instance users/new signups.