Add initial notification support that just spams about everything, prepare for push rules (ref #7)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user