Refactor group access, implement hidden/private/closed

This commit is contained in:
Jon Staab
2025-10-31 10:59:24 -07:00
parent f035dadbb8
commit 7497dacf8d
4 changed files with 81 additions and 76 deletions
-1
View File
@@ -33,7 +33,6 @@ type Config struct {
Groups struct {
Enabled bool `toml:"enabled"`
AutoJoin bool `toml:"auto_join"`
AutoLeave bool `toml:"auto_leave"`
} `toml:"groups"`
Management struct {