summaryrefslogtreecommitdiff
path: root/internal/web/thread.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/thread.go')
-rw-r--r--internal/web/thread.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/web/thread.go b/internal/web/thread.go
index d46e52ac7..3844bc6f3 100644
--- a/internal/web/thread.go
+++ b/internal/web/thread.go
@@ -24,10 +24,10 @@ import (
"net/http"
"strings"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
"github.com/gin-gonic/gin"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
)
func (m *Module) threadGETHandler(c *gin.Context) {