From 83b7c1bd7c22a4971d23b2efae0b42bb2f9780d5 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 3 Dec 2021 16:40:00 +0000 Subject: [PATCH] Fix build --- cmd/dendrite-monolith-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dendrite-monolith-server/main.go b/cmd/dendrite-monolith-server/main.go index 1e330327b..1f85cae94 100644 --- a/cmd/dendrite-monolith-server/main.go +++ b/cmd/dendrite-monolith-server/main.go @@ -134,7 +134,7 @@ func main() { // The underlying roomserver implementation needs to be able to call the fedsender. // This is different to rsAPI which can be the http client which doesn't need this // dependency. Other components also need updating after their dependencies are up. - rsImpl.SetFederationSenderAPI(fsAPI) + rsImpl.SetFederationAPI(fsAPI) rsImpl.SetAppserviceAPI(asAPI) keyImpl.SetUserAPI(userAPI)