1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 04:58:19 +00:00

fix duplicated feed (#2370)

This commit is contained in:
Lunny Xiao
2017-08-28 10:26:04 +08:00
committed by Kim "BKC" Carlbäcker
parent f916aa0fe3
commit 1cbe502cc2
3 changed files with 1 additions and 10 deletions

View File

@@ -141,7 +141,6 @@ func Profile(ctx *context.Context) {
retrieveFeeds(ctx, models.GetFeedsOptions{RequestedUser: ctxUser,
IncludePrivate: showPrivate,
OnlyPerformedBy: true,
Collaborate: true,
IncludeDeleted: false,
})
if ctx.Written() {