diff options
| author | 2025-05-05 12:01:11 +0200 | |
|---|---|---|
| committer | 2025-05-05 12:01:11 +0200 | |
| commit | 052a84b9722a9a8bee3a271e128ef139a131c417 (patch) | |
| tree | d3a2c0fc5e33f3596d49270ea53fff8d6b06c8b5 /internal/timeline/get.go | |
| parent | [chore] Fix daenney being bad at sed (#4060) (diff) | |
| download | gotosocial-052a84b9722a9a8bee3a271e128ef139a131c417.tar.xz | |
weenus
Diffstat (limited to 'internal/timeline/get.go')
| -rw-r--r-- | internal/timeline/get.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/timeline/get.go b/internal/timeline/get.go index 06ee8c174..9b92dc1b2 100644 --- a/internal/timeline/get.go +++ b/internal/timeline/get.go @@ -23,12 +23,12 @@ import ( "errors" "time" + "code.superseriousbusiness.org/gotosocial/internal/db" + statusfilter "code.superseriousbusiness.org/gotosocial/internal/filter/status" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" + "code.superseriousbusiness.org/gotosocial/internal/id" + "code.superseriousbusiness.org/gotosocial/internal/log" "codeberg.org/gruf/go-kv" - "github.com/superseriousbusiness/gotosocial/internal/db" - statusfilter "github.com/superseriousbusiness/gotosocial/internal/filter/status" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" - "github.com/superseriousbusiness/gotosocial/internal/id" - "github.com/superseriousbusiness/gotosocial/internal/log" ) func (t *timeline) LastGot() time.Time { |
