From 0e4f5280ed4090a0ba79f76ca35d9af20041574f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 2 Apr 2026 22:26:07 -0400 Subject: [PATCH] fix: remove duplicate field from GetFeedsOptions struct --- models/activities/action.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/activities/action.go b/models/activities/action.go index 8fc8fa6438..05787879ee 100644 --- a/models/activities/action.go +++ b/models/activities/action.go @@ -453,7 +453,6 @@ type GetFeedsOptions struct { RequestedTeam *organization.Team // the team we want activity for RequestedGroup *group_model.Group // the group we want activity for RequestedRepo *repo_model.Repository // the repo we want activity for - RequestedGroup *group_model.Group // the repo group we want activity for Actor *user_model.User // the user viewing the activity IncludePrivate bool // include private actions OnlyPerformedBy bool // only actions performed by requested user