Merge pull request #1036 from slingamn/account_persistence.3

last round of feature changes
This commit is contained in:
Shivaram Lingamneni
2020-05-20 04:58:57 -07:00
committed by GitHub
11 changed files with 146 additions and 30 deletions
+1
View File
@@ -221,6 +221,7 @@ type MulticlientConfig struct {
Enabled bool
AllowedByDefault bool `yaml:"allowed-by-default"`
AlwaysOn PersistentStatus `yaml:"always-on"`
AutoAway PersistentStatus `yaml:"auto-away"`
}
type throttleConfig struct {