aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user/profile.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/user/profile.go')
-rw-r--r--routers/user/profile.go1
1 files changed, 1 insertions, 0 deletions
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