element-hq / element-hq/synapse
synapse allows sending of unecrypted messages to encrypted rooms
Open
T-Other
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
### Description
When posting a message wtih m.room.message type to synapse to a room that is encrypted, synapse accepts the message and stores it.
### Steps to reproduce
Post an unencrypted message to an encrypted room.
### Homeserver
any
### Synapse Version
1.115.0
### Installation Method
Docker (matrixdotorg/synapse)
### Database
postgresql
### Workers
Single process
### Platform
Kubernetes
### Configuration
-
### Relevant log output
```shell
-
```
### Anything else that would be useful to know?
Expected behaviour is after m.room.encryption unencrypted messages are rejected.
Contributor guide
Assessment
This issue has not been assessed yet.