aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/gobind/monolith.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gobind/monolith.go b/build/gobind/monolith.go
index 725c9c07..e924ec44 100644
--- a/build/gobind/monolith.go
+++ b/build/gobind/monolith.go
@@ -130,7 +130,7 @@ func (m *DendriteMonolith) Start() {
asAPI := appservice.NewInternalAPI(base, userAPI, rsAPI)
stateAPI := currentstateserver.NewInternalAPI(&base.Cfg.CurrentStateServer, base.KafkaConsumer)
fsAPI := federationsender.NewInternalAPI(
- base, federation, rsAPI, stateAPI, keyRing,
+ base, federation, rsAPI, keyRing,
)
ygg.SetSessionFunc(func(address string) {