-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
PR SubmittedIndicated that PR is already submitted for this issueIndicated that PR is already submitted for this issueactionablerefactor
Description
In the past, we used to only have one public key possible per recipient. After that, we refactored some code to allow more than one public key. So now, if I email joe@example.com, I may have 3 public keys recorded for them locally, and encrypt the message for all three public keys.
However, when I hover over the recipient in compose box, it will only show one of the public key fingerprints. This is because we didn't refactor all of the code, and somewhere we pull just one public key instead of pulling all as we should to display this.
Instead, it should be showing the primary fingerprint of each public key we have recorded for that person.
Feel free to ask rrrooommmaaa where you need questions asked about the codebase.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR SubmittedIndicated that PR is already submitted for this issueIndicated that PR is already submitted for this issueactionablerefactor