mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Actually add perspectives
This commit is contained in:
parent
59713629d8
commit
f54d0bef4e
|
|
@ -62,7 +62,7 @@ func CreateKeyRing(client gomatrixserverlib.Client,
|
|||
perspective.PerspectiveServerKeys[key.KeyID] = rawkey
|
||||
}
|
||||
|
||||
fetchers = append(fetchers, perspective)
|
||||
fetchers.KeyFetchers = append(fetchers.KeyFetchers, perspective)
|
||||
|
||||
logrus.WithFields(logrus.Fields{
|
||||
"server_name": ps.ServerName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue