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 encryption behaviour #1575

Closed
Fingadumbledore opened this issue Mar 19, 2024 · 1 comment
Closed

Weird encryption behaviour #1575

Fingadumbledore opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@Fingadumbledore
Copy link

Steps to reproduce

I log out of all sessions. If another person writes me a message while I am logged out, when I log in and want to read this message, I get this error: ** Unable to decrypt: DecryptionError: The sender's device has not sent us the keys for this message. **
However, if the other person quotes the message after I log in again, I can read it without any problems.

Outcome

If a message has not been decrypted, it cannot be displayed logically, but if it is quoted, the content can still be read.
If you then export the chat history as a text file or JSON, the messages can also be displayed, but this is not possible with Html exports.

Operating system

Windows

Application version

Desktop and Webapp

How did you install the app?

No response

Homeserver

No response

Will you send logs?

No

@t3chguy
Copy link
Member

t3chguy commented Mar 19, 2024

Quoting a message is sending a copy of the quoted text. Just like you would if quoting a text in an essay, nothing weird there. Receiving messages whilst all your sessions are logged out is impossible due to Perfect Forward Secrecy.

Duplicate of element-hq/element-meta#749

@t3chguy t3chguy closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants