aboutsummaryrefslogtreecommitdiff
path: root/clientapi/clientapi.go
diff options
context:
space:
mode:
authorKegsay <kegan@matrix.org>2020-07-03 12:59:00 +0100
committerGitHub <noreply@github.com>2020-07-03 12:59:00 +0100
commit6c4b8185d7f9b4f66cc673fd13c448dff53472c0 (patch)
tree4c544d155e8c55df7d18f45beb15e473a11f8d0a /clientapi/clientapi.go
parent1773fd84b7634a1655e78ee5fe31e6235ed6240c (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 'clientapi/clientapi.go')
-rw-r--r--clientapi/clientapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/clientapi.go b/clientapi/clientapi.go
index bbce6dcc..029a73da 100644
--- a/clientapi/clientapi.go
+++ b/clientapi/clientapi.go
@@ -48,7 +48,7 @@ func AddPublicRoutes(
transactionsCache *transactions.Cache,
fsAPI federationSenderAPI.FederationSenderInternalAPI,
userAPI userapi.UserInternalAPI,
- extRoomsProvider api.ExternalPublicRoomsProvider,
+ extRoomsProvider api.ExtraPublicRoomsProvider,
) {
syncProducer := &producers.SyncAPIProducer{
Producer: producer,