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

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