Remove nip 86 method config
This commit is contained in:
@@ -709,7 +709,6 @@ func TestAPIHandler_ConfigValidation(t *testing.T) {
|
||||
},
|
||||
"management": map[string]interface{}{
|
||||
"enabled": true,
|
||||
"methods": []string{"invite"},
|
||||
},
|
||||
"blossom": map[string]interface{}{
|
||||
"enabled": true,
|
||||
|
||||
+1
-2
@@ -41,8 +41,7 @@ type Config struct {
|
||||
} `toml:"push" json:"push"`
|
||||
|
||||
Management struct {
|
||||
Enabled bool `toml:"enabled" json:"enabled"`
|
||||
Methods []string `toml:"methods" json:"methods"`
|
||||
Enabled bool `toml:"enabled" json:"enabled"`
|
||||
} `toml:"management" json:"management"`
|
||||
|
||||
Blossom struct {
|
||||
|
||||
Reference in New Issue
Block a user