Matrix encryption disabler
- As a
Eclipse releng member
, - I want to disable encryption for room.
- so that:
-
test https://github.com/digitalentity/matrix_encryption_disabler (too restrictive for the moment) -
implements a specific module
Note on matrix_encryption_disabler
:
This Pluggable Module disables end-to-end encryption in a self-hosted Synapse servers. It works by stripping out requests for encryption from newly created rooms, patching power levels to prevent users from enabling encryption and additionally filtering out events for enabling E2EE on already existing rooms if a user or a room belongs to a configured list of servers.
Edited by Sébastien Heurtematte