summaryrefslogtreecommitdiff
path: root/internal/timeline/get.go
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/timeline/get.go
parent[chore] Fix daenney being bad at sed (#4060) (diff)
downloadgotosocial-052a84b9722a9a8bee3a271e128ef139a131c417.tar.xz
weenus
Diffstat (limited to 'internal/timeline/get.go')
-rw-r--r--internal/timeline/get.go10
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 {