mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 00:38:36 +00:00
add Owner to Context.Repo
This commit is contained in:
@@ -34,6 +34,7 @@ type Context struct {
|
||||
IsValid bool
|
||||
IsOwner bool
|
||||
Repository *models.Repository
|
||||
Owner *models.User
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user