mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 16:22:24 -05:00
add note that public / local timeline requester can be nil
This commit is contained in:
parent
03fdc27044
commit
8a5fcd7db8
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue