aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-01-07 17:31:57 +0000
committerGitHub <noreply@github.com>2022-01-07 17:31:57 +0000
commit16035b97373849d74961e15616f3f1449f0a5abd (patch)
treeac99aeba1814aa2e9df950912e08ef595148a969 /cmd
parenta42232143526de360309b112b57cf0d95adf47cb (diff)
NATS JetStream tweaks (#2086)
* Use named NATS durable consumers * Build fixes * Remove dupe call to SetFederationAPI * Use namespaced consumer name * Fix namespacing * Fix unit tests hopefully
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dendrite-monolith-server/main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/dendrite-monolith-server/main.go b/cmd/dendrite-monolith-server/main.go
index 08851734..4d0598f3 100644
--- a/cmd/dendrite-monolith-server/main.go
+++ b/cmd/dendrite-monolith-server/main.go
@@ -99,10 +99,6 @@ func main() {
}
keyRing := fsAPI.KeyRing()
- // 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
- rsImpl.SetFederationAPI(fsAPI, keyRing)
-
keyImpl := keyserver.NewInternalAPI(base, &base.Cfg.KeyServer, fsAPI)
keyAPI := keyImpl
if base.UseHTTPAPIs {