mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:52:25 -05:00
clarify some things better in code comments
This commit is contained in:
parent
5d2a7332ea
commit
884afa26e5
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…
Add table
Add a link
Reference in a new issue