Add initial notification support that just spams about everything, prepare for push rules (ref #7)

This commit is contained in:
Tulir Asokan
2018-03-20 23:34:43 +02:00
parent 85f289c98d
commit bb58954f75
2 changed files with 17 additions and 0 deletions

View File

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