summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
Diffstat (limited to 'routers')
-rw-r--r--routers/user/home.go1
-rw-r--r--routers/user/profile.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/routers/user/home.go b/routers/user/home.go
index a8a8a5f3d7..a8020b64e0 100644
--- a/routers/user/home.go
+++ b/routers/user/home.go
@@ -156,6 +156,7 @@ func Dashboard(ctx *context.Context) {
IncludePrivate: true,
OnlyPerformedBy: false,
IncludeDeleted: false,
+ Date: ctx.Query("date"),
})
if ctx.Written() {
diff --git a/routers/user/profile.go b/routers/user/profile.go
index e19407baa7..5dfee07d76 100644
--- a/routers/user/profile.go
+++ b/routers/user/profile.go
@@ -202,6 +202,7 @@ func Profile(ctx *context.Context) {
IncludePrivate: showPrivate,
OnlyPerformedBy: true,
IncludeDeleted: false,
+ Date: ctx.Query("date"),
})
if ctx.Written() {
return