diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-21 00:21:16 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-21 00:21:24 +0200 |
commit | 7994c289aae7662fee9b86f9424d230c7b612b3d (patch) | |
tree | a9a3e1ae636c44455c08fbe6f89f00756123ef3c /config | |
parent | 3ad2c11865a9b4b4d5128553eb3bbcb0c1969133 (diff) |
Refactor some things and format everything
Diffstat (limited to 'config')
-rw-r--r-- | config/session.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/session.go b/config/session.go index 128cbe5..de10757 100644 --- a/config/session.go +++ b/config/session.go @@ -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 { |