mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 02:57:20 +00:00
fix duplicated feed (#2370)
This commit is contained in:
@ -156,7 +156,6 @@ func Dashboard(ctx *context.Context) {
|
||||
retrieveFeeds(ctx, models.GetFeedsOptions{RequestedUser: ctxUser,
|
||||
IncludePrivate: true,
|
||||
OnlyPerformedBy: false,
|
||||
Collaborate: true,
|
||||
IncludeDeleted: false,
|
||||
})
|
||||
if ctx.Written() {
|
||||
|
Reference in New Issue
Block a user