element-hq / element-hq/element-web
"Unable to decrypt" message missing from timeline
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
### Steps to reproduce
1. Not sure, just one of the messages in my backlog
### Outcome
#### What did you expect?
For the message body to include `** Unable to decrypt: The sender's device has not sent us the keys for this message. **`
#### What happened instead?
Blank space with `Re-request encryption keys from your other sessions.` below it.

Decrypted event source looks like this:
```
{
"type": "m.room.message",
"content": {
"msgtype": "m.bad.encrypted",
"body": "** Unable to decrypt: The sender's device has not sent us the keys for this message. **"
}
}
```
### Operating system
_No response_
### Browser information
Chromium 96.0.4664.45 (Official Build) Arch Linux (64-bit)
### URL for webapp
develop.element.io
### Application version
Element version: 705366ab8c7a-react-60286f617087-js-aeec4aa4a809 Olm version: 3.2.8
### Homeserver
_No response_
### Will you send logs?
No
Contributor guide
Assessment
This issue has not been assessed yet.