mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 06:58:27 +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{
|
||||
DB: r.DB,
|
||||
InputRoomEventTopic: r.InputRoomEventTopic,
|
||||
OutputRoomEventTopic: r.OutputRoomEventTopic,
|
||||
ServerName: r.Cfg.Matrix.ServerName,
|
||||
JetStream: r.JetStream,
|
||||
ACLs: r.ACLs,
|
||||
FSAPI: r.fsAPI,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue