diff options
author | Kegsay <kegan@matrix.org> | 2020-07-03 12:59:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 12:59:00 +0100 |
commit | 6c4b8185d7f9b4f66cc673fd13c448dff53472c0 (patch) | |
tree | 4c544d155e8c55df7d18f45beb15e473a11f8d0a /internal | |
parent | 1773fd84b7634a1655e78ee5fe31e6235ed6240c (diff) |
Implement ExtraPublicRoomsProvider for p2p demos (#1180)
* Change API and rename to ExtraPublicRoomsProvider
* Make dendritejs work again
* Maybe make libp2p demo work again
* Linting
Diffstat (limited to 'internal')
-rw-r--r-- | internal/setup/monolith.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/setup/monolith.go b/internal/setup/monolith.go index ca90986e..6ace53a9 100644 --- a/internal/setup/monolith.go +++ b/internal/setup/monolith.go @@ -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 |