|
|
@@ -145,13 +145,13 @@ func Dashboard(ctx *context.Context) { |
|
|
|
ctx.Data["MirrorCount"] = len(mirrors) |
|
|
|
ctx.Data["Mirrors"] = mirrors |
|
|
|
|
|
|
|
retrieveFeeds(ctx, models.GetFeedsOptions{ |
|
|
|
RequestedUser: ctxUser, |
|
|
|
Actor: ctx.User, |
|
|
|
IncludePrivate: true, |
|
|
|
OnlyPerformedBy: false, |
|
|
|
IncludeDeleted: false, |
|
|
|
}) |
|
|
|
//retrieveFeeds(ctx, models.GetFeedsOptions{ |
|
|
|
// RequestedUser: ctxUser, |
|
|
|
// Actor: ctx.User, |
|
|
|
// IncludePrivate: true, |
|
|
|
// OnlyPerformedBy: false, |
|
|
|
// IncludeDeleted: false, |
|
|
|
//}) |
|
|
|
|
|
|
|
if ctx.Written() { |
|
|
|
return |
|
|
|