Skip to content
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

Weird email notification behavior on encrypted rooms #16910

Closed
tgr opened this issue Apr 10, 2021 · 3 comments
Closed

Weird email notification behavior on encrypted rooms #16910

tgr opened this issue Apr 10, 2021 · 3 comments

Comments

@tgr
Copy link

tgr commented Apr 10, 2021

matrix-encrypted-notif

Recently, a public channel I get email notifications for has been switched to encrypted (but still public). The result is weird: the messages just say "an encrypted message", and I seem to get a notification about every new message, even though notifications are configured only for messages mentioning me. I can understand why the server wouldn't be able to see or filter the messages (although it is a public channel so in theory some kind of system account should be able to join and see the messages) but it is still disorienting, and even more so - I imagine - for someone who doesn't know much about the concept of E2EE. At a minimum the notification email should contain some sort of explanation about what's going on.

@tgr tgr added the T-Defect label Apr 10, 2021
@SimonBrandner
Copy link
Contributor

The whole point of E2EE is that the server can't read the messages. Also, it is pointless to enable encryption in a public room - if someone wants to read the messages they can just join the room. There should be a dialog to warn you about that

That being said, I agree - there should probably be some info about this in the email.

@t3chguy
Copy link
Member

t3chguy commented Apr 12, 2021

although it is a public channel so in theory some kind of system account should be able to join and see the messages

At that point your encryption is broken as that server could/would just be logging everything in plaintext in its db/fs

Fundamentally these emails are from the backend rather than Element, so best to seek Synapse support

@t3chguy
Copy link
Member

t3chguy commented May 3, 2022

If you are still experiencing this bug, please open an issue in https://github.com/matrix-org/synapse/

@t3chguy t3chguy closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants