mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 06:03:15 -06:00
[feature] add paging to AP following / followers endpoints (#2198)
This commit is contained in:
parent
c6fdcd52fa
commit
fc11deeb83
9 changed files with 618 additions and 41 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue