mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-04 20:53:09 -06:00
Polylith mode always uses HTTP APIs
This commit is contained in:
parent
e4471631e1
commit
e4bba46eb7
|
|
@ -115,6 +115,7 @@ func NewBaseDendrite(cfg *config.Dendrite, componentName string, options ...Base
|
||||||
useHTTPAPIs = true
|
useHTTPAPIs = true
|
||||||
case PolylithMode:
|
case PolylithMode:
|
||||||
isMonolith = false
|
isMonolith = false
|
||||||
|
useHTTPAPIs = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue