Fix build

This commit is contained in:
Neil Alexander 2021-12-03 16:40:00 +00:00
parent e7a9c55431
commit 83b7c1bd7c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -134,7 +134,7 @@ func main() {
// The underlying roomserver implementation needs to be able to call the fedsender. // The underlying roomserver implementation needs to be able to call the fedsender.
// This is different to rsAPI which can be the http client which doesn't need this // This is different to rsAPI which can be the http client which doesn't need this
// dependency. Other components also need updating after their dependencies are up. // dependency. Other components also need updating after their dependencies are up.
rsImpl.SetFederationSenderAPI(fsAPI) rsImpl.SetFederationAPI(fsAPI)
rsImpl.SetAppserviceAPI(asAPI) rsImpl.SetAppserviceAPI(asAPI)
keyImpl.SetUserAPI(userAPI) keyImpl.SetUserAPI(userAPI)