import_key: enrich return value, adding the list of imported FPRs
#14
Merged
heck
merged 1 commits from positron/improve-import_key
into master
2 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'positron/improve-import_key'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Before this change there was no way of knowing the FPR of a key being imported from a file, for example this way:
The result of
pEp.import_key
was a list of affected identities.This change enriches the result, now a tuple containing:
This is in theory an incompatible change but I do not see the result of
import_key
being ever used. The new result will be quite useful to me, and probably to @nkls as well.And, @heck, I hope it is okay for me to create branches in the
positron/
namespace. I can delete them after they are merged.5ea242d577
into master 2 months agoThanks!
5ea242d577
.