diff options
| author | 2025-05-05 12:01:11 +0200 | |
|---|---|---|
| committer | 2025-05-05 12:01:11 +0200 | |
| commit | 052a84b9722a9a8bee3a271e128ef139a131c417 (patch) | |
| tree | d3a2c0fc5e33f3596d49270ea53fff8d6b06c8b5 /internal/processing | |
| parent | [chore] Fix daenney being bad at sed (#4060) (diff) | |
| download | gotosocial-052a84b9722a9a8bee3a271e128ef139a131c417.tar.xz | |
weenus
Diffstat (limited to 'internal/processing')
| -rw-r--r-- | internal/processing/timeline/common.go | 2 |
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. |
