settings: Add IgnoreTeamMembers

This commit is contained in:
nemunaire 2021-09-06 12:02:50 +02:00
commit cf1d8d9516
3 changed files with 10 additions and 1 deletions

View file

@ -57,6 +57,8 @@ type FICSettings struct {
DenyTeamCreation bool `json:"denyTeamCreation,omitempty"`
// DenyNameChange disallow Team to change their name.
DenyNameChange bool `json:"denyNameChange,omitempty"`
// IgnoreTeamMembers don't ask team to have known members.
IgnoreTeamMembers bool `json:"ignoreTeamMembers,omitempty"`
// AcceptNewIssue enables the reporting system.
AcceptNewIssue bool `json:"acceptNewIssue,omitempty"`
// QAenabled enables links to QA interface.