element-meta icon indicating copy to clipboard operation
element-meta copied to clipboard

Encrypt state events (room metadata) on E2E rooms

Open ara4n opened this issue 8 years ago • 4 comments

E2E currently doesn't have support for encrypting state events.

However, I wonder if we could do better for the special case of room name/topic/avatar (especially avatar), given we never need to query on it, and they have no machine-meaningful semantics.

ara4n avatar Mar 11 '17 11:03 ara4n

copied p1 label from vector-im/element-web#3898

uhoreg avatar May 16 '17 21:05 uhoreg

also widget state events

The main difficulty with this issue is how new room members get the decryption keys for the state events.

uhoreg avatar Oct 28 '17 15:10 uhoreg

related: https://github.com/matrix-org/matrix-doc/issues/794

richvdh avatar Nov 07 '19 12:11 richvdh

Related:

  • https://github.com/matrix-org/matrix-spec-proposals/pull/3414
  • https://github.com/matrix-org/matrix-spec-proposals/pull/4362
  • https://github.com/element-hq/element-meta/issues/275
  • https://github.com/matrix-org/matrix-rust-sdk/issues/5397
  • https://github.com/element-hq/element-web/pull/30877

dkasak avatar Sep 12 '25 15:09 dkasak