add keys we don't know about, just for fun
This commit is contained in:
@@ -254,6 +254,8 @@ public class ProviderHelper {
|
|||||||
+ " from "
|
+ " from "
|
||||||
+ PgpKeyHelper.convertKeyIdToHex(cert.getKeyID())
|
+ PgpKeyHelper.convertKeyIdToHex(cert.getKeyID())
|
||||||
);
|
);
|
||||||
|
operations.add(buildPublicCertOperations(
|
||||||
|
context, keyRingRowId, userIdRank, masterKey.getKeyID(), cert, false));
|
||||||
}
|
}
|
||||||
// if we wanted to save all, not just our own verifications
|
// if we wanted to save all, not just our own verifications
|
||||||
// buildPublicCertOperations(context, keyRingRowId, rank, cert, verified);
|
// buildPublicCertOperations(context, keyRingRowId, rank, cert, verified);
|
||||||
|
|||||||
Reference in New Issue
Block a user