mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
remember to call setupKafka()
This commit is contained in:
parent
f428f8dbf0
commit
0b57594ce0
|
|
@ -81,6 +81,7 @@ func main() {
|
|||
m := newMonolith(cfg)
|
||||
m.setupDatabases()
|
||||
m.setupFederation()
|
||||
m.setupKafka()
|
||||
m.setupRoomServer()
|
||||
m.setupProducers()
|
||||
m.setupNotifiers()
|
||||
|
|
|
|||
Loading…
Reference in a new issue