diff --git a/lib/src/utils/device_keys_list.dart b/lib/src/utils/device_keys_list.dart index 77a494f8..a5ead5b8 100644 --- a/lib/src/utils/device_keys_list.dart +++ b/lib/src/utils/device_keys_list.dart @@ -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; }