mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Minor fix for #2567
This commit is contained in:
@@ -86,7 +86,7 @@ func Profile(ctx *middleware.Context) {
|
||||
ctx.Data["TabName"] = tab
|
||||
switch tab {
|
||||
case "activity":
|
||||
retrieveFeeds(ctx, -1, u.Id, 0, true)
|
||||
retrieveFeeds(ctx, u.Id, -1, 0, true)
|
||||
if ctx.Written() {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user