mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-23 16:32:44 +08:00
@ -131,7 +131,7 @@ func Home(ctx *context.Context) {
|
||||
|
||||
var isFollowing bool
|
||||
if ctx.Doer != nil {
|
||||
isFollowing = user_model.IsFollowing(ctx.Doer.ID, ctx.ContextUser.ID)
|
||||
isFollowing = user_model.IsFollowing(ctx, ctx.Doer.ID, ctx.ContextUser.ID)
|
||||
}
|
||||
|
||||
ctx.Data["Repos"] = repos
|
||||
|
Reference in New Issue
Block a user