Maybe fix appservices

This commit is contained in:
Neil Alexander 2020-07-29 15:33:23 +01:00
parent 16984262bc
commit dc416ebdb2
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -260,9 +260,9 @@ func (config *Dendrite) Derive() error {
} }
// Load application service configuration files // Load application service configuration files
//if err := loadAppServices(config); err != nil { if err := loadAppServices(&config.AppServiceAPI, &config.Derived); err != nil {
// return err return err
//} }
return nil return nil
} }