0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-26 06:48:41 +02:00
dendrite/cmd/dendrite-demo-libp2p
Kegsay 85ac8a3f5b
Factor out how monolith routes get added (#1107)
Previously we had 3 monoliths:
 - dendrite-monolith-server
 - dendrite-demo-libp2p
 - dendritejs

which all had their own of setting up public routes. Factor this
out into a new `setup.Monolith` struct which gets all dependencies
set as fields. This is different to `basecomponent.Base` which
doesn't provide any way to set configured deps (e.g public rooms db)

Part of a larger process to clean up how we initialise Dendrite.
2020-06-09 12:07:33 +01:00
..
storage Only store our own aliases in publicroomsapi (#1081) 2020-06-02 15:01:13 +01:00
main.go Factor out how monolith routes get added (#1107) 2020-06-09 12:07:33 +01:00
mdnslistener.go s/Base64String/Base64Bytes/g (#1093) 2020-06-04 11:50:57 +01:00
p2pdendrite.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00