From 7293d6029b43db693fd170c0c087394339da0677 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:00:35 +0100 Subject: [feature] add paging to account follows, followers and follow requests endpoints (#2186) --- testrig/testmodels.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testrig/testmodels.go') diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 4f0768b45..fa6ff92ff 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -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", -- cgit v1.2.3