summaryrefslogtreecommitdiff
path: root/internal/processing
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 12:01:11 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 12:01:11 +0200
commit052a84b9722a9a8bee3a271e128ef139a131c417 (patch)
treed3a2c0fc5e33f3596d49270ea53fff8d6b06c8b5 /internal/processing
parent[chore] Fix daenney being bad at sed (#4060) (diff)
downloadgotosocial-052a84b9722a9a8bee3a271e128ef139a131c417.tar.xz
weenus
Diffstat (limited to 'internal/processing')
-rw-r--r--internal/processing/timeline/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/timeline/common.go b/internal/processing/timeline/common.go
index 6d29d81d6..723469a29 100644
--- a/internal/processing/timeline/common.go
+++ b/internal/processing/timeline/common.go
@@ -20,7 +20,7 @@ package timeline
import (
"context"
- "github.com/superseriousbusiness/gotosocial/internal/timeline"
+ "code.superseriousbusiness.org/gotosocial/internal/timeline"
)
// SkipInsert returns a function that satisifes SkipInsertFunction.