feat: check if the key is verified by any master key
This commit is contained in:
parent
aaaf63a0b8
commit
ffb37e834f
|
|
@ -312,7 +312,8 @@ abstract class SignableKey extends MatrixSignableKey {
|
|||
final haveChain = key.hasValidSignatureChain(
|
||||
verifiedOnly: verifiedOnly,
|
||||
visited: visited_,
|
||||
onlyValidateUserIds: onlyValidateUserIds);
|
||||
onlyValidateUserIds: onlyValidateUserIds,
|
||||
verifiedByAnyMasterKey: verifiedByAnyMasterKey);
|
||||
if (haveChain) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue