Using Send PMs when a user is added to a group, there is a checkbox to send the PM encrypted. In my case, it always sends the PM encrypted no matter checked or unchecked - if the user has encryption enabled.
2 Likes
Iāve just installed discourse-encrypt
on my test site and given this a run-through and it doesnāt seem to be doing the same for me. I can set up an auto-pm on group join, and it gets delivered without encryption (with the test user having encryption enabled).
Perhaps thereās something I could be doing differently?
I know what I could try. I havenāt enabled encryption for the user sending the message. Iāll give that a go.
Yes, I think I can replicate this. Iāll split it into a bug topic and add some repro steps.
- Enable
discourse-encrypt
anddiscourse-automation
- Create automation for auto-PM on group-join with
Encrypts PM if available
toggled off - Set encryption for test_user and nominated
PMs sender
- Add test_user to group
- test_user receives encrypted PM
4 Likes
Thereās a PR in progress by @joffreyjaffeux
4 Likes