From 17b9a937b17b950a69d6523169209a6bb34b534c Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 15 May 2023 12:52:40 +0200 Subject: [bugfix] Fix duplicating fields on profile edit (#1788) * [bugfix] Fix duplicating fields on profile edit * test non-duplicate fields --- testrig/testmodels.go | 1 + 1 file changed, 1 insertion(+) (limited to 'testrig') diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 6337004ff..15e204f85 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -526,6 +526,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account { SuspendedAt: time.Time{}, HideCollections: FalseBool(), SuspensionOrigin: "", + EnableRSS: FalseBool(), }, "remote_account_1": { ID: "01F8MH5ZK5VRH73AKHQM6Y9VNX", -- cgit v1.2.3