mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Actually pass through the config
This commit is contained in:
parent
f882cf7428
commit
8193b485d5
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue