fix duplicated feed (#2370)
This commit is contained in:
parent
0f2c98adcd
commit
e41da3845d
3 changed files with 1 additions and 10 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue