Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable event encryption for reactions
For reactions, there is a very little gained by encrypting the entire event, as relation data is already kept in the clear. Event encryption for a reaction effectively only obscures the event type, but the purpose is still obvious from the relation data, so nothing is really gained. It also causes quite a few problems, such as: * triggers notifications via default push rules * prevents server-side bundling for reactions The reaction key / content / emoji value does warrant encrypting, but this will be handled separately by encrypting just this value. See matrix-org/matrix-spec-proposals#1849 (review) Fixes element-hq/element-web#10130
- Loading branch information