1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

subscribers return []user.APIFormat

This commit is contained in:
6543
2019-10-29 12:45:37 +01:00
parent 06daf4e863
commit deaf69c801
3 changed files with 6 additions and 13 deletions

View File

@@ -113,9 +113,3 @@ type EditPriorityOption struct {
// required:true
Priority int `json:"priority"`
}
// IssueWatchers list of subscribers of an issue
type IssueWatchers struct {
// required:true
Subscribers []string `json:"subscribers"`
}