mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-15 13:54:07 +00:00
clarify some things better in code comments
This commit is contained in:
parent
2227a8cf31
commit
27602a3054
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ func (p *Processor) HomeTimelineGet(
|
|||
// account.
|
||||
requester,
|
||||
|
||||
// Per-account home timeline cache.
|
||||
// Keyed-by-account-ID, home timeline cache.
|
||||
p.state.Caches.Timelines.Home.MustGet(requester.ID),
|
||||
|
||||
// Current
|
||||
|
|
|
@ -71,7 +71,7 @@ func (p *Processor) ListTimelineGet(
|
|||
// account.
|
||||
requester,
|
||||
|
||||
// Per-account home timeline cache.
|
||||
// Keyed-by-list-ID, list timeline cache.
|
||||
p.state.Caches.Timelines.List.MustGet(requester.ID),
|
||||
|
||||
// Current
|
||||
|
|
Loading…
Reference in a new issue