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
b4f95c3488
commit
59713629d8
|
|
@ -62,6 +62,8 @@ func CreateKeyRing(client gomatrixserverlib.Client,
|
|||
perspective.PerspectiveServerKeys[key.KeyID] = rawkey
|
||||
}
|
||||
|
||||
fetchers = append(fetchers, perspective)
|
||||
|
||||
logrus.WithFields(logrus.Fields{
|
||||
"server_name": ps.ServerName,
|
||||
"num_public_keys": len(ps.Keys),
|
||||
|
|
|
|||
Loading…
Reference in a new issue