mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 08:23:00 -06:00
finish writing code comments
This commit is contained in:
parent
a526541050
commit
2509cb83b7
5 changed files with 14 additions and 4 deletions
|
|
@ -27,7 +27,11 @@ import (
|
|||
"github.com/superseriousbusiness/gotosocial/internal/paging"
|
||||
)
|
||||
|
||||
// PublicTimelineGet ...
|
||||
// PublicTimelineGet gets a pageable timeline of public statuses
|
||||
// for the given requesting account. It ensures that each status
|
||||
// in timeline is visible to the account before returning it.
|
||||
//
|
||||
// The local argument limits this to local-only statuses.
|
||||
func (p *Processor) PublicTimelineGet(
|
||||
ctx context.Context,
|
||||
requester *gtsmodel.Account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue