Remove auto join settings
This commit is contained in:
+1
-2
@@ -32,8 +32,7 @@ type Config struct {
|
||||
} `toml:"policy" json:"policy"`
|
||||
|
||||
Groups struct {
|
||||
Enabled bool `toml:"enabled" json:"enabled"`
|
||||
AutoJoin bool `toml:"auto_join" json:"auto_join"`
|
||||
Enabled bool `toml:"enabled" json:"enabled"`
|
||||
} `toml:"groups" json:"groups"`
|
||||
|
||||
Push struct {
|
||||
|
||||
Reference in New Issue
Block a user