Populate the API

This commit is contained in:
Neil Alexander 2022-06-29 13:45:23 +01:00
parent 0c243aae9e
commit cf8716ef81
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -170,6 +170,7 @@ func (r *RoomserverInternalAPI) SetFederationAPI(fsAPI fsAPI.RoomserverFederatio
Cfg: r.Cfg,
Inputer: r.Inputer,
Queryer: r.Queryer,
Leaver: r.Leaver,
}
if err := r.Inputer.Start(); err != nil {