Creating an encrypted message
When we create a new message we check if a user has a pub key. But before we had one user <-> one pub key.
After changes a user can have a few pub keys with different states, for example:
one good + one expired
one good + one good
one expired + one expired
How to handle such cases?
What color should I use for chips in these cases?
Originally posted by @DenBond7 in #1188 (comment)