Remove auto join settings

This commit is contained in:
Jon Staab
2026-03-03 14:43:03 -08:00
parent 4a77e0dab6
commit 90b07525af
4 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -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 {