Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into assets_dir
  • Loading branch information
a1012112796 authored Apr 7, 2021
commit 8c943e03669327de4eec21836d314de428546ed3
4 changes: 2 additions & 2 deletions routers/user/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func Profile(ctx *context.Context) {
}

if strings.HasSuffix(uname, ".png") {
ctx.Error(404)
return
ctx.Error(http.StatusNotFound)
return
}

isShowKeys := false
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.