mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
fix #2223
This commit is contained in:
@ -132,7 +132,7 @@ func Dashboard(ctx *middleware.Context) {
|
||||
ctx.Data["MirrorCount"] = len(mirrors)
|
||||
ctx.Data["Mirrors"] = mirrors
|
||||
|
||||
retrieveFeeds(ctx, ctx.User.Id, 0, false)
|
||||
retrieveFeeds(ctx, ctxUser.Id, 0, false)
|
||||
if ctx.Written() {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user