mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 11:22:26 -06:00
finish writing code comments
This commit is contained in:
parent
a526541050
commit
2509cb83b7
5 changed files with 14 additions and 4 deletions
|
|
@ -110,6 +110,9 @@ func (p *Processor) getStatusTimeline(
|
|||
|
||||
// Load status page via timeline cache, also
|
||||
// getting lo, hi values for next, prev pages.
|
||||
//
|
||||
// NOTE: this safely handles the case of a nil
|
||||
// input timeline, i.e. uncached timeline type.
|
||||
apiStatuses, lo, hi, err := timeline.Load(ctx,
|
||||
|
||||
// Status page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue