mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:42:25 -05:00
[feature] add paging to account follows, followers and follow requests endpoints (#2186)
This commit is contained in:
parent
4b594516ec
commit
7293d6029b
51 changed files with 2281 additions and 641 deletions
|
|
@ -364,6 +364,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||
SuspendedAt: time.Time{},
|
||||
HideCollections: util.Ptr(false),
|
||||
SuspensionOrigin: "",
|
||||
EnableRSS: util.Ptr(false),
|
||||
},
|
||||
"admin_account": {
|
||||
ID: "01F8MH17FWEB39HZJ76B6VXSKF",
|
||||
|
|
@ -539,6 +540,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||
SuspendedAt: time.Time{},
|
||||
HideCollections: util.Ptr(false),
|
||||
SuspensionOrigin: "",
|
||||
EnableRSS: util.Ptr(false),
|
||||
},
|
||||
"remote_account_2": {
|
||||
ID: "01FHMQX3GAABWSM0S2VZEC2SWC",
|
||||
|
|
@ -575,6 +577,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||
SuspendedAt: time.Time{},
|
||||
HideCollections: util.Ptr(false),
|
||||
SuspensionOrigin: "",
|
||||
EnableRSS: util.Ptr(false),
|
||||
},
|
||||
"remote_account_3": {
|
||||
ID: "062G5WYKY35KKD12EMSM3F8PJ8",
|
||||
|
|
@ -612,6 +615,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||
HideCollections: util.Ptr(false),
|
||||
SuspensionOrigin: "",
|
||||
HeaderMediaAttachmentID: "01PFPMWK2FF0D9WMHEJHR07C3R",
|
||||
EnableRSS: util.Ptr(false),
|
||||
},
|
||||
"remote_account_4": {
|
||||
ID: "07GZRBAEMBNKGZ8Z9VSKSXKR98",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue