0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 05:45:23 +02:00

fix: remove duplicate field from GetFeedsOptions struct

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-04-02 22:26:07 -04:00
parent fd2efb9245
commit 0e4f5280ed
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -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