Skip to content

Commit 8656ad3

Browse files
committed
clickable heatmap for profiles
1 parent e022404 commit 8656ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/user/profile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func Profile(ctx *context.Context) {
202202
IncludePrivate: showPrivate,
203203
OnlyPerformedBy: true,
204204
IncludeDeleted: false,
205+
Date: ctx.Query("date"),
205206
})
206207
if ctx.Written() {
207208
return

0 commit comments

Comments
 (0)