aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendrite-demo-libp2p/main.go
diff options
context:
space:
mode:
authorKegsay <kegan@matrix.org>2020-09-04 15:58:30 +0100
committerGitHub <noreply@github.com>2020-09-04 15:58:30 +0100
commit088294ee655282a32f7a418307408291f4299565 (patch)
tree2e3cabce42b85e4523d60096d0fa28f9cea5ae63 /cmd/dendrite-demo-libp2p/main.go
parent5076925c184998414c3691e97fc21b554abf4a55 (diff)
Remove QueryRoomsForUser from current state server (#1398)
Diffstat (limited to 'cmd/dendrite-demo-libp2p/main.go')
-rw-r--r--cmd/dendrite-demo-libp2p/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendrite-demo-libp2p/main.go b/cmd/dendrite-demo-libp2p/main.go
index d4f0cee0..2441e487 100644
--- a/cmd/dendrite-demo-libp2p/main.go
+++ b/cmd/dendrite-demo-libp2p/main.go
@@ -162,7 +162,7 @@ func main() {
)
asAPI := appservice.NewInternalAPI(&base.Base, userAPI, rsAPI)
fsAPI := federationsender.NewInternalAPI(
- &base.Base, federation, rsAPI, stateAPI, keyRing,
+ &base.Base, federation, rsAPI, keyRing,
)
rsAPI.SetFederationSenderAPI(fsAPI)
provider := newPublicRoomsProvider(base.LibP2PPubsub, rsAPI, stateAPI)