Skip to content

Commit

Permalink
Fix Pinecone panic
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Jan 19, 2025
1 parent a41f9cc commit 3672df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dendrite-demo-pinecone/monolith/monolith.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func (p *P2PMonolith) SetupDendrite(
rsAPI.SetFederationAPI(fsAPI, keyRing)

userAPI := userapi.NewInternalAPI(processCtx, cfg, cm, &natsInstance, rsAPI, federation, enableMetrics, fsAPI.IsBlacklistedOrBackingOff)
rsAPI.SetUserAPI(userAPI)

asAPI := appservice.NewInternalAPI(processCtx, cfg, &natsInstance, userAPI, rsAPI)

Expand Down

0 comments on commit 3672df7

Please sign in to comment.