add note that public / local timeline requester can be nil

This commit is contained in:
kim 2025-04-25 15:40:09 +01:00
commit 8a5fcd7db8

View file

@ -58,8 +58,8 @@ func (p *Processor) publicTimelineGet(
) { ) {
return p.getStatusTimeline(ctx, return p.getStatusTimeline(ctx,
// Auth'd // Auth acconut,
// account. // can be nil.
requester, requester,
// No cache. // No cache.
@ -110,8 +110,8 @@ func (p *Processor) localTimelineGet(
) { ) {
return p.getStatusTimeline(ctx, return p.getStatusTimeline(ctx,
// Auth'd // Auth acconut,
// account. // can be nil.
requester, requester,
// No cache. // No cache.