mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 09:30:25 +08:00
Finish watch backend
This commit is contained in:
@@ -31,6 +31,7 @@ type Context struct {
|
||||
Repo struct {
|
||||
IsValid bool
|
||||
IsOwner bool
|
||||
IsWatching bool
|
||||
Repository *models.Repository
|
||||
Owner *models.User
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user