Add nip 9a push support

This commit is contained in:
Jon Staab
2026-02-10 14:34:46 -08:00
parent 010880abc8
commit d30c03f7fd
6 changed files with 348 additions and 53 deletions
+4
View File
@@ -36,6 +36,10 @@ type Config struct {
AutoJoin bool `toml:"auto_join"`
} `toml:"groups"`
Push struct {
Enabled bool `toml:"enabled"`
} `toml:"push"`
Management struct {
Enabled bool `toml:"enabled"`
Methods []string `toml:"methods"`