mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Update comment
This commit is contained in:
parent
ed2753dcf9
commit
e4955f7bab
|
|
@ -241,7 +241,7 @@ func loadConfig(
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTSPEC: Ordinarily we should force key ID formatting, but since there are
|
// NOTSPEC: Ordinarily we should enforce key ID formatting, but since there are
|
||||||
// a number of private keys out there with non-compatible symbols in them due
|
// a number of private keys out there with non-compatible symbols in them due
|
||||||
// to lack of validation in Synapse, we won't enforce that for old verify keys.
|
// to lack of validation in Synapse, we won't enforce that for old verify keys.
|
||||||
keyID, privateKey, perr := readKeyPEM(oldPrivateKeyPath, oldPrivateKeyData, false)
|
keyID, privateKey, perr := readKeyPEM(oldPrivateKeyPath, oldPrivateKeyData, false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue