-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt to self for sent messages #11
Comments
Some quick and dirty patch that encrypts to the sender if the key was selected (works for me..)
|
Created pull request with this and a few additional things for carbon copy support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using OpenPGP encryption with carbon messages, the sent text can not be decrypted on other devices as it is only encrypted to the recipient, not to the sender's key.
Please add an option (or do it by default) to add your own key as recipients when encrypting the message.
See also https://github.com/siacs/Conversations/issues/558
The text was updated successfully, but these errors were encountered: