element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
75 stars 12 forks source link

Application-level tests for senderdata on megolm sessions #2517

Closed richvdh closed 2 months ago

richvdh commented 2 months ago

We've recently done a lot of work (https://github.com/matrix-org/matrix-rust-sdk/issues/3544) on making sure that we keep records of the device sending a megolm session. (To recap: the main driver of this was to reduce the number of "sent by a deleted device" warnings, so that, in future, we can treat such warnings as a decryption error).

We believe that is all now working and wired up -- however, it would be good to add some application-level tests that it is working correctly, both today and in future.