mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-14 05:12:26 +03:00
Consider old keys in handleLocalKeys (#1454)
This commit is contained in:
parent
05e5386fb0
commit
0caad67abc
2 changed files with 31 additions and 3 deletions
|
@ -49,6 +49,7 @@ func NewInternalAPI(
|
|||
ServerPublicKey: cfg.Matrix.PrivateKey.Public().(ed25519.PublicKey),
|
||||
ServerKeyID: cfg.Matrix.KeyID,
|
||||
ServerKeyValidity: cfg.Matrix.KeyValidityPeriod,
|
||||
OldServerKeys: cfg.Matrix.OldVerifyKeys,
|
||||
FedClient: fedClient,
|
||||
OurKeyRing: gomatrixserverlib.KeyRing{
|
||||
KeyFetchers: []gomatrixserverlib.KeyFetcher{},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue