Update comment

This commit is contained in:
Neil Alexander 2020-09-25 10:20:08 +01:00
parent ed2753dcf9
commit e4955f7bab
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -241,7 +241,7 @@ func loadConfig(
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
// to lack of validation in Synapse, we won't enforce that for old verify keys.
keyID, privateKey, perr := readKeyPEM(oldPrivateKeyPath, oldPrivateKeyData, false)