finish writing code comments

This commit is contained in:
kim 2025-04-08 18:26:57 +01:00
commit 2509cb83b7
5 changed files with 14 additions and 4 deletions

View file

@ -30,7 +30,8 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/paging"
)
// ListTimelineGet ...
// ListTimelineGet gets a pageable timeline of statuses
// in the list timeline of ID by the requesting account.
func (p *Processor) ListTimelineGet(
ctx context.Context,
requester *gtsmodel.Account,