mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 17:07:29 -06:00
fix test-identified timeline cache package issues
This commit is contained in:
parent
4e80d0bf79
commit
61f8da707c
3 changed files with 50 additions and 37 deletions
|
|
@ -108,12 +108,13 @@ func (p *Processor) getStatusTimeline(
|
|||
}
|
||||
|
||||
// Ensure we have valid
|
||||
// input paging data.
|
||||
// input paging cursor.
|
||||
id.ValidatePage(page)
|
||||
|
||||
// ...
|
||||
apiStatuses, lo, hi, err := timeline.Load(ctx,
|
||||
|
||||
// ...
|
||||
page,
|
||||
|
||||
// ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue