mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Clean up diff
This commit is contained in:
parent
4f0fb2aaee
commit
70c18e62c2
|
|
@ -54,6 +54,9 @@ func SetupAppServiceAPIComponent(
|
||||||
logrus.WithError(err).Panicf("failed to connect to appservice db")
|
logrus.WithError(err).Panicf("failed to connect to appservice db")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Wrap application services in a type that relates the application service and
|
||||||
|
// a sync.Cond object that can be used to notify workers when there are new
|
||||||
|
// events to be sent out.
|
||||||
workerStates := make([]types.ApplicationServiceWorkerState, len(base.Cfg.Derived.ApplicationServices))
|
workerStates := make([]types.ApplicationServiceWorkerState, len(base.Cfg.Derived.ApplicationServices))
|
||||||
for i, appservice := range base.Cfg.Derived.ApplicationServices {
|
for i, appservice := range base.Cfg.Derived.ApplicationServices {
|
||||||
m := sync.Mutex{}
|
m := sync.Mutex{}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue