-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Unencrypted messages in encrypted rooms are not indicated #1127
Comments
This seems to basically be the same as your other issue, #1128 , as an encryption indicator for the entire room would indicate weather a message was encrypted, correct? |
An encryption indicator for the entire room doesn't indicate individual messages sent from clients that doesn't support encryption (or support but accidentally turned it off). |
Can unencrypted clients even join an encrypted room? |
They can join, just won't be able to read any messages. |
Ah, that’s interesting |
It should matter as it's unencrypted data in an encrypted communication. It doesn't matter if it makes sense or not, or if the conversation can be trusted or not. It's unencrypted, so it should be indicated. One dangerous use case is that e.g. a sysadmin sets up a bot, that reports some system info to a Matrix room, but they forget to configure the encryption in the bot config. The bot then continues to send unencrypted (possibly sensitive) data to the Matrix room, with no way for the user to tell it if they only use Cinny. |
Ah, makes some sense… |
Describe the bug
No indicator next to unencrypted messages in encrypted rooms.
Reproduction
Send an unencrypted message in an encrypted room.
Expected behavior
Red explanation mark, shield, stop sign, or anything indicating a warning.
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: