mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-16 06:14:13 +00:00
remove unsetting of lo, hi
This commit is contained in:
parent
4a09a8c1b5
commit
31f9829c15
1 changed files with 0 additions and 5 deletions
5
internal/cache/timeline/status.go
vendored
5
internal/cache/timeline/status.go
vendored
|
@ -346,11 +346,6 @@ func (t *StatusTimeline) Load(
|
|||
nextPg.Min.Value = lo
|
||||
nextPg.Max.Value = hi
|
||||
|
||||
// Reset lo, hi values from being
|
||||
// used as input arguments, ready
|
||||
// to be updated for return.
|
||||
lo, hi = "", ""
|
||||
|
||||
// Interstitial meta objects.
|
||||
var metas []*StatusMeta
|
||||
|
||||
|
|
Loading…
Reference in a new issue