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:
parent
fd2efb9245
commit
0e4f5280ed
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user