[feature] add paging to AP following / followers endpoints (#2198)

This commit is contained in:
kim
2023-09-20 16:49:46 +01:00
committed by GitHub
parent c6fdcd52fa
commit fc11deeb83
9 changed files with 618 additions and 41 deletions

View File

@@ -729,7 +729,7 @@ func (c *converter) StatusToASDelete(ctx context.Context, s *gtsmodel.Status) (v
// For direct messages, add URI
// to To, else just add to CC.
var f func(v *url.URL)
var f func(*url.URL)
if s.Visibility == gtsmodel.VisibilityDirect {
f = toProp.AppendIRI
} else {