summaryrefslogtreecommitdiff
path: root/internal/processing/stream/statusupdate.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/stream/statusupdate.go')
-rw-r--r--internal/processing/stream/statusupdate.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/processing/stream/statusupdate.go b/internal/processing/stream/statusupdate.go
index bd4658873..2f1ca598b 100644
--- a/internal/processing/stream/statusupdate.go
+++ b/internal/processing/stream/statusupdate.go
@@ -21,11 +21,11 @@ import (
"context"
"encoding/json"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/stream"
"codeberg.org/gruf/go-byteutil"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
- "github.com/superseriousbusiness/gotosocial/internal/log"
- "github.com/superseriousbusiness/gotosocial/internal/stream"
)
// StatusUpdate streams the given edited status to any open, appropriate streams belonging to the given account.