improve code comments

This commit is contained in:
kim 2025-01-24 13:30:04 +00:00
commit f79c36084f
3 changed files with 17 additions and 15 deletions

View file

@ -39,7 +39,8 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/typeutils"
)
// realSender is the production Web Push sender, backed by an HTTP client, DB, and worker pool.
// realSender is the production Web Push sender,
// backed by an HTTP client, DB, and worker pool.
type realSender struct {
httpClient *http.Client
state *state.State