-
-
Notifications
You must be signed in to change notification settings - Fork 100
show group with only SELF as "encrypted" if smtp is skipped as bcc_self is disabled? #3413
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
Comments
at least in recent tests on devices lying around here, groups are encrypted when only SELF is member. so, can you please double-check, maybe it happens only under special circumstances or so. for the encryption info: the "Fetching..." message probably comes from desktop. core returns an empty string in case only SELF is group member, this does not look good on android as well, would be better if we always return sth. |
so on linux it works with the encryption... strange, but all accounts I tested are older than the accounts i had the issue with, so it still needs testing with a fresh account |
indeed that may have make a difference, however: i just tested a fresh installation of an existing account in the repl-tool and a fresh installation with completely unused account (testrun invitation) in ios - both are fine, groups with only SELF are encrypted. (all with core86) |
So it's actually the "send copy to self" setting that is what affects it, makes some sense, though when message is not send out and its only sent to self the messages could/should still show the padlock so users feel safe, even if those messages are only local not sent anywhere |
ftr, by the recent change to enable bcc_self by default, this issue is becoming more rare. as one can argue somehow for both - (a) padlock should be shown to let ppl feel safe vs. (b) padlock should not be shown as nothing is actually encrypted - it seems reasonable to go the easier way and just close this issue :) |
The text was updated successfully, but these errors were encountered: