clarify some things better in code comments

This commit is contained in:
kim 2025-03-25 12:33:57 +00:00
parent 2227a8cf31
commit 27602a3054
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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