Update mautrix-appservice
This commit is contained in:
2
vendor/maunium.net/go/mautrix-appservice/appservice.go
generated
vendored
2
vendor/maunium.net/go/mautrix-appservice/appservice.go
generated
vendored
@ -24,7 +24,7 @@ func Create() *AppService {
|
||||
LogConfig: CreateLogConfig(),
|
||||
clients: make(map[string]*gomatrix.Client),
|
||||
intents: make(map[string]*IntentAPI),
|
||||
StateStore: &BasicStateStore{},
|
||||
StateStore: NewBasicStateStore(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user