Actually pass through the config

This commit is contained in:
Neil Alexander 2020-04-29 14:25:21 +01:00
parent f882cf7428
commit 8193b485d5

View file

@ -31,6 +31,7 @@ func NewFederationSenderInternalAPI(
) *FederationSenderInternalAPI {
return &FederationSenderInternalAPI{
db: db,
cfg: cfg,
producer: producer,
federation: federation,
keyRing: keyRing,