Refactor some things and format everything

This commit is contained in:
Tulir Asokan
2018-03-21 00:21:16 +02:00
parent 3ad2c11865
commit 7994c289aa
7 changed files with 178 additions and 142 deletions

View File

@ -33,7 +33,7 @@ type Session struct {
NextBatch string
FilterID string
Rooms map[string]*rooms.Room
PushRules *gomatrix.PushRuleset
PushRules *gomatrix.PushRuleset
}
func (config *Config) LoadSession(mxid string) error {