diff options
author | Kegsay <kegan@matrix.org> | 2020-09-04 15:58:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 15:58:30 +0100 |
commit | 088294ee655282a32f7a418307408291f4299565 (patch) | |
tree | 2e3cabce42b85e4523d60096d0fa28f9cea5ae63 /build | |
parent | 5076925c184998414c3691e97fc21b554abf4a55 (diff) |
Remove QueryRoomsForUser from current state server (#1398)
Diffstat (limited to 'build')
-rw-r--r-- | build/gobind/monolith.go | 2 |
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) { |