Identity load and save params, invitation check

This commit is contained in:
ycc
2022-11-28 20:48:42 +01:00
parent f4ebb5cab1
commit b464a855ae
6 changed files with 46 additions and 14 deletions

View File

@ -31,6 +31,7 @@ type Config struct {
ChannelNotifications bool `json:"channel_notifications,omitempty"`
// Inner
memoryPassword string `json:"memory_password,omitempty"`
identityFile string `json:"config_file,omitempty"`
}
var instance *Config