mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:42:25 -05:00
remove unsetting of lo, hi
This commit is contained in:
parent
525807f07e
commit
a76ac5e098
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.Min.Value = lo
|
||||||
nextPg.Max.Value = hi
|
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.
|
// Interstitial meta objects.
|
||||||
var metas []*StatusMeta
|
var metas []*StatusMeta
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue