From 85eb1926697e61b9add89595928f2941f03864d8 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:24:15 +0200 Subject: [chore] fix testrig build (#4059) --- cmd/gotosocial/action/testrig/testrig.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd') diff --git a/cmd/gotosocial/action/testrig/testrig.go b/cmd/gotosocial/action/testrig/testrig.go index cca4ead22..9285304ae 100644 --- a/cmd/gotosocial/action/testrig/testrig.go +++ b/cmd/gotosocial/action/testrig/testrig.go @@ -35,7 +35,6 @@ import ( apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util" "github.com/superseriousbusiness/gotosocial/internal/cleaner" "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/filter/visibility" "github.com/superseriousbusiness/gotosocial/internal/gtserror" "github.com/superseriousbusiness/gotosocial/internal/language" "github.com/superseriousbusiness/gotosocial/internal/log" @@ -154,7 +153,6 @@ var Start action.GTSAction = func(ctx context.Context) error { emailSender := testrig.NewEmailSender("./web/template/", nil) webPushSender := testrig.NewWebPushMockSender() typeConverter := typeutils.NewConverter(state) - filter := visibility.NewFilter(state) processor := testrig.NewTestProcessor(state, federator, emailSender, webPushSender, mediaManager) -- cgit v1.2.3