diff --git a/lib/src/utils/device_keys_list.dart b/lib/src/utils/device_keys_list.dart index ca0d71d..1dcd71d 100644 --- a/lib/src/utils/device_keys_list.dart +++ b/lib/src/utils/device_keys_list.dart @@ -169,7 +169,7 @@ abstract class _SignedKey { continue; } - if (key.verified) { + if (key.directVerified) { return true; // we verified this key and it is valid...all checks out! } // or else we just recurse into that key and chack if it works out