mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] add paging to AP following / followers endpoints (#2198)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user