[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
commit fc11deeb83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {