Use XDG config and cache home
This commit is contained in:
@ -98,6 +98,7 @@ func (config *Config) CreateCacheDirs() {
|
||||
func (config *Config) DeleteSession() {
|
||||
config.AuthCache.NextBatch = ""
|
||||
config.AuthCache.InitialSyncDone = false
|
||||
config.AccessToken = ""
|
||||
config.Rooms = make(map[string]*rooms.Room)
|
||||
config.PushRules = nil
|
||||
|
||||
|
Reference in New Issue
Block a user