forked from forgejo/forgejo
Finish watch backend
This commit is contained in:
parent
59ea3c0413
commit
ee92fb8635
3 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,7 @@ type Context struct {
|
|||
Repo struct {
|
||||
IsValid bool
|
||||
IsOwner bool
|
||||
IsWatching bool
|
||||
Repository *models.Repository
|
||||
Owner *models.User
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue