mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
fix duplicated feed (#2370)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
f916aa0fe3
commit
1cbe502cc2
@@ -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() {
|
||||
|
@@ -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() {
|
||||
|
Reference in New Issue
Block a user