mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-06 17:25:05 -05:00
add keys we don't know about, just for fun
This commit is contained in:
parent
74027abdad
commit
8b4a63d5c4
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user