mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Fix panics
This commit is contained in:
parent
e96bf6178c
commit
29501ce435
1 changed files with 2 additions and 0 deletions
|
@ -90,8 +90,10 @@ func (r *RoomserverInternalAPI) SetFederationAPI(fsAPI fsAPI.FederationInternalA
|
||||||
|
|
||||||
r.Inputer = &input.Inputer{
|
r.Inputer = &input.Inputer{
|
||||||
DB: r.DB,
|
DB: r.DB,
|
||||||
|
InputRoomEventTopic: r.InputRoomEventTopic,
|
||||||
OutputRoomEventTopic: r.OutputRoomEventTopic,
|
OutputRoomEventTopic: r.OutputRoomEventTopic,
|
||||||
ServerName: r.Cfg.Matrix.ServerName,
|
ServerName: r.Cfg.Matrix.ServerName,
|
||||||
|
JetStream: r.JetStream,
|
||||||
ACLs: r.ACLs,
|
ACLs: r.ACLs,
|
||||||
FSAPI: r.fsAPI,
|
FSAPI: r.fsAPI,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue