We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd97c4e commit e6831b1Copy full SHA for e6831b1
routers/web/user/home.go
@@ -141,6 +141,7 @@ func Dashboard(ctx *context.Context) {
141
OnlyPerformedBy: false,
142
IncludeDeleted: false,
143
Date: ctx.FormString("date"),
144
+ ListOptions: db.ListOptions{PageSize: setting.UI.FeedPagingNum},
145
})
146
if err != nil {
147
ctx.ServerError("GetFeeds", err)
routers/web/user/profile.go
@@ -188,6 +188,7 @@ func Profile(ctx *context.Context) {
188
OnlyPerformedBy: true,
189
190
191
192
193
194
0 commit comments