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 { ) *FederationSenderInternalAPI {
return &FederationSenderInternalAPI{ return &FederationSenderInternalAPI{
db: db, db: db,
cfg: cfg,
producer: producer, producer: producer,
federation: federation, federation: federation,
keyRing: keyRing, keyRing: keyRing,