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 {
|
||||
return &FederationSenderInternalAPI{
|
||||
db: db,
|
||||
cfg: cfg,
|
||||
producer: producer,
|
||||
federation: federation,
|
||||
keyRing: keyRing,
|
||||
|
|
|
|||
Loading…
Reference in a new issue