Update mautrix-appservice

This commit is contained in:
Tulir Asokan
2018-08-26 23:31:59 +03:00
parent 22e76b6a37
commit e15c3286bd
6 changed files with 81 additions and 24 deletions

View File

@ -24,7 +24,7 @@ func Create() *AppService {
LogConfig: CreateLogConfig(),
clients: make(map[string]*gomatrix.Client),
intents: make(map[string]*IntentAPI),
StateStore: &BasicStateStore{},
StateStore: NewBasicStateStore(),
}
}