mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
Implement ExtraPublicRoomsProvider for p2p demos (#1180)
* Change API and rename to ExtraPublicRoomsProvider * Make dendritejs work again * Maybe make libp2p demo work again * Linting
This commit is contained in:
parent
1773fd84b7
commit
6c4b8185d7
12 changed files with 433 additions and 250 deletions
|
@ -58,7 +58,7 @@ type Monolith struct {
|
|||
StateAPI currentstateAPI.CurrentStateInternalAPI
|
||||
|
||||
// Optional
|
||||
ExtPublicRoomsProvider api.ExternalPublicRoomsProvider
|
||||
ExtPublicRoomsProvider api.ExtraPublicRoomsProvider
|
||||
}
|
||||
|
||||
// AddAllPublicRoutes attaches all public paths to the given router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue