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:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user